From 74eac8f4b9e71185475326fe6ed8a9ff96d173cb Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 24 Mar 2022 13:41:10 +0100 Subject: Remove printeroutput model CURA-7810 --- cura/PrinterOutput/PrinterOutputModel.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 cura/PrinterOutput/PrinterOutputModel.py 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 -- cgit v1.2.3