Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrisTerBeke <c.terbeke@ultimaker.com>2018-01-03 17:09:19 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2018-01-03 17:09:19 +0300
commit08322d0a5ead26cfdc57d4ba168adf30b252b8aa (patch)
treeb1715d1e97437c5d478d930f1fe253cff6e18019 /cura/PlatformPhysics.py
parent62b06b063b8e0228d4b2ce28fe7823400c1bd101 (diff)
Move all decorators in the scene subfolder
Diffstat (limited to 'cura/PlatformPhysics.py')
-rwxr-xr-xcura/PlatformPhysics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index 933d7c8608..06d796eed5 100755
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -10,10 +10,10 @@ from UM.Math.Vector import Vector
from UM.Scene.Selection import Selection
from UM.Preferences import Preferences
-from cura.ConvexHullDecorator import ConvexHullDecorator
+from cura.Scene.ConvexHullDecorator import ConvexHullDecorator
from cura.Operations import PlatformPhysicsOperation
-from . import ZOffsetDecorator
+from cura.Scene import ZOffsetDecorator
import random # used for list shuffling