mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:25:55 +08:00
Fix some more relative imports
This commit is contained in:
parent
42ccabc7b6
commit
aaf0f69820
@ -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…
x
Reference in New Issue
Block a user