Use cura. for imports instead of relative imports`

Matches the style of the rest of the file.
This commit is contained in:
Arjen Hiemstra 2017-04-24 13:11:04 +02:00
parent 3d5e535b69
commit 49bdb78219

View File

@ -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):