Move all decorators in the scene subfolder

This commit is contained in:
ChrisTerBeke 2018-01-03 15:09:19 +01:00
parent 62b06b063b
commit 08322d0a5e
18 changed files with 20 additions and 21 deletions

View file

@ -8,7 +8,7 @@ from UM.i18n import i18nCatalog
i18n_catalog = i18nCatalog("cura")
from cura.Arranging.Arrange import Arrange
from cura.ShapeArray import ShapeArray
from cura.Arranging.ShapeArray import ShapeArray
from UM.Application import Application
from UM.Operations.AddSceneNodeOperation import AddSceneNodeOperation