Change the name of the method that return a BProject instance copy
[bertos.git] / wizard / BWizard.py
index d9dc4994a9660e46b1cc8ef9a9e17af0bf10c2f5..23f05a096bcbd32eb40f3d9eb888fa46fffee84e 100644 (file)
@@ -50,5 +50,5 @@ class BWizard(QWizard):
         if page is not None:
             page.reloadData()
     
-    def _project(self):
+    def project(self):
         return copy.deepcopy(QApplication.instance().project)
\ No newline at end of file