chiark / gitweb /
Added copy button to project planner, and cleaned up project planner code a bit.
[cura.git] / Cura / util / util3d.py
index 30b25159d6221d1bfd3770d25c69855cc948179a..d5411fc9c493e623ef82689242e591b422f96953 100644 (file)
@@ -1,7 +1,7 @@
 
 import math
 
-class Vector3():
+class Vector3(object):
        def __init__(self, x=0.0, y=0.0, z=0.0):
                self.x = x
                self.y = y