graphics/RubberBand.py
changeset 1831 56b48961cc68
parent 1782 5b6ad7a7fd9d
child 1881 091005ec69c4
--- a/graphics/RubberBand.py	Fri Sep 22 20:12:22 2017 +0300
+++ b/graphics/RubberBand.py	Thu Sep 28 12:20:40 2017 +0300
@@ -32,7 +32,7 @@
 # -------------------------------------------------------------------------------
 
 
-class RubberBand:
+class RubberBand(object):
     """
     Class that implements a rubberband for graphic Viewers
     """