Use QDoubleSpinBox instead of QSpinBox for the long variables
[bertos.git] / wizard / BProject.py
index 9c4a11a9bf7c4f6bb10ea7165cb65b01fd66b01b..08bac0f0cf88255188aafc052b82e7bce2d34439 100644 (file)
@@ -23,4 +23,4 @@ class BProject(object):
         return None
     
     def __repr__(self):
-        return repr(self.infos())
\ No newline at end of file
+        return repr(self.infos)
\ No newline at end of file