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:
authorRemco Burema <r.burema@ultimaker.com>2019-03-29 15:09:39 +0300
committerRemco Burema <r.burema@ultimaker.com>2019-03-29 15:11:03 +0300
commit3ca8ba421a4b3ddb1ad8278d3895d42d1139cd10 (patch)
tree7cc7eafd213018636216e45c709341a5707fb72e /plugins/MonitorStage
parent39f6eafe3cfd384cd6f7311f5be032a7dd63a02f (diff)
Move CuraStage back to where plugins expect it.
Diffstat (limited to 'plugins/MonitorStage')
-rw-r--r--plugins/MonitorStage/MonitorStage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MonitorStage/MonitorStage.py b/plugins/MonitorStage/MonitorStage.py
index 4dae6b8579..3d2a1c3f37 100644
--- a/plugins/MonitorStage/MonitorStage.py
+++ b/plugins/MonitorStage/MonitorStage.py
@@ -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.