Use the native separator displaying pathnames
[bertos.git] / wizard / BProject.py
index e58f5818481bbbd6d91a2fb8d99bd613ce36db6a..08bac0f0cf88255188aafc052b82e7bce2d34439 100644 (file)
@@ -20,4 +20,7 @@ class BProject(object):
     def info(self, key):
         if key in self.infos.keys():
             return self.infos[key]
-        return None
\ No newline at end of file
+        return None
+    
+    def __repr__(self):
+        return repr(self.infos)
\ No newline at end of file