mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix some more relative imports
This commit is contained in:
parent
42ccabc7b6
commit
aaf0f69820
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ from UM.Scene.SceneNode import SceneNode
|
|||
from cura.CuraApplication import CuraApplication
|
||||
from cura.PrinterOutput.NetworkedPrinterOutputDevice import NetworkedPrinterOutputDevice, AuthState
|
||||
from cura.PrinterOutput.PrinterOutputModel import PrinterOutputModel
|
||||
|
||||
from .CloudOutputController import CloudOutputController
|
||||
from ..UM3PrintJobOutputModel import UM3PrintJobOutputModel
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) 2018 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
from plugins.UM3NetworkPrinting.src.Models import BaseModel
|
||||
from ..Models import BaseModel
|
||||
|
||||
|
||||
## Class representing a cloud connected cluster.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue