chiark / gitweb /
Add version 0.1 of serial communication with printerConnection.
[cura.git] / Cura / util / printerConnection / doodle3dConnect.py
index 918ee7a03b1ec006e4ac9765ccb31627d744be84..ad3ea51b27883800b6f2bcc45b2c2329262044af 100644 (file)
@@ -34,12 +34,6 @@ class doodle3dConnectionGroup(printerConnectionBase.printerConnectionGroup):
        def getPriority(self):
                return 100
 
-       def __cmp__(self, other):
-               return self.getPriority() - other.getPriority()
-
-       def __repr__(self):
-               return self.name
-
        def _doodle3DThread(self):
                self._waitDelay = 0
                while True: