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:
authorJaime van Kessel <nallath@gmail.com>2022-03-24 15:27:27 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-24 15:27:27 +0300
commit4d0289458276add7217cfdff888f72825185afd9 (patch)
treea99d35909e89b90a9130f921f19d0d5aa99bd9a3
parent0dda27094edfabf9e588a15c658a6b29b7115f9f (diff)
Remove cura.PrinterOutputDevice
Since we are moving up a major version, time to clean up deprecation warnings CURA-7810
-rw-r--r--cura/PrinterOutputDevice.py4
1 files changed, 0 insertions, 4 deletions
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