mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use cura. for imports instead of relative imports`
Matches the style of the rest of the file.
This commit is contained in:
parent
3d5e535b69
commit
49bdb78219
1 changed files with 2 additions and 3 deletions
|
|
@ -13,9 +13,8 @@ from UM.Operations.GroupedOperation import GroupedOperation
|
|||
from UM.Operations.RemoveSceneNodeOperation import RemoveSceneNodeOperation
|
||||
from UM.Operations.SetTransformOperation import SetTransformOperation
|
||||
|
||||
from .SetParentOperation import SetParentOperation
|
||||
from .MultiplyObjectsJob import MultiplyObjectsJob
|
||||
|
||||
from cura.SetParentOperation import SetParentOperation
|
||||
from cura.MultiplyObjectsJob import MultiplyObjectsJob
|
||||
from cura.Settings.SetObjectExtruderOperation import SetObjectExtruderOperation
|
||||
|
||||
class CuraActions(QObject):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue