diff --git a/cura/PrinterOutput/PrinterOutputModel.py b/cura/PrinterOutput/PrinterOutputModel.py deleted file mode 100644 index 87020ce2d0..0000000000 --- a/cura/PrinterOutput/PrinterOutputModel.py +++ /dev/null @@ -1,4 +0,0 @@ -import warnings -warnings.warn("Importing cura.PrinterOutput.PrinterOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrinterOutputModel instead", DeprecationWarning, stacklevel=2) -# We moved the the models to one submodule deeper -from cura.PrinterOutput.Models.PrinterOutputModel import PrinterOutputModel \ No newline at end of file