@@ -2,7 +2,7 @@
# Cura is released under the terms of the LGPLv3 or higher.
import os.path
from UM.Application import Application
-from cura.UI.CuraStage import CuraStage
+from cura.Stages.CuraStage import CuraStage
## Stage for monitoring a 3D printing while it's printing.
@@ -4,7 +4,7 @@
from UM.PluginRegistry import PluginRegistry
## Stage for preparing model (slicing).
class PrepareStage(CuraStage):
from UM.Qt.QtApplication import QtApplication
from typing import TYPE_CHECKING, Optional