Also move other operations into operations subfolder

This commit is contained in:
ChrisTerBeke 2018-01-03 15:06:20 +01:00
parent a5630e5c54
commit 62b06b063b
6 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ from UM.Operations.SetTransformOperation import SetTransformOperation
from cura.Arranging.Arrange import Arrange
from cura.ShapeArray import ShapeArray
from cura.ConvexHullDecorator import ConvexHullDecorator
from cura.SetParentOperation import SetParentOperation
from cura.Operations.SetParentOperation import SetParentOperation
from cura.SliceableObjectDecorator import SliceableObjectDecorator
from cura.BlockSlicingDecorator import BlockSlicingDecorator
from cura.Scene.BuildPlateDecorator import BuildPlateDecorator