Move CuraStage back to where plugins expect it.

This commit is contained in:
Remco Burema 2019-03-29 13:09:39 +01:00
parent 39f6eafe3c
commit 3ca8ba421a
5 changed files with 3 additions and 3 deletions

View file

@ -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.