From 4d0289458276add7217cfdff888f72825185afd9 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 24 Mar 2022 13:27:27 +0100 Subject: Remove cura.PrinterOutputDevice Since we are moving up a major version, time to clean up deprecation warnings CURA-7810 --- cura/PrinterOutputDevice.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 cura/PrinterOutputDevice.py diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py deleted file mode 100644 index 51e563410c..0000000000 --- a/cura/PrinterOutputDevice.py +++ /dev/null @@ -1,4 +0,0 @@ -import warnings -warnings.warn("Importing cura.PrinterOutputDevice has been deprecated since 4.1, use cura.PrinterOutput.PrinterOutputDevice instead", DeprecationWarning, stacklevel=2) -# We moved the PrinterOutput device to it's own submodule. -from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice, ConnectionState \ No newline at end of file -- cgit v1.2.3