Move GlobalStackModel into cura.UI module

This commit is contained in:
Lipu Fei 2019-03-20 09:09:48 +01:00
parent b6216bf4a3
commit 8c0cb2b7b8
2 changed files with 7 additions and 6 deletions

View file

@ -48,7 +48,7 @@ from cura.Arranging.Arrange import Arrange
from cura.Arranging.ArrangeObjectsJob import ArrangeObjectsJob
from cura.Arranging.ArrangeObjectsAllBuildPlatesJob import ArrangeObjectsAllBuildPlatesJob
from cura.Arranging.ShapeArray import ShapeArray
from cura.GlobalStacksModel import GlobalStacksModel
from cura.UI.GlobalStacksModel import GlobalStacksModel
from cura.Scene.ConvexHullDecorator import ConvexHullDecorator
from cura.Operations.SetParentOperation import SetParentOperation
from cura.Scene.SliceableObjectDecorator import SliceableObjectDecorator