Store the file list in the project object
[bertos.git] / wizard / BModulePage.py
index cf1340d02b29295012d12f759e3afcc5b6b29390..a766b6a3dcf361bd126336352d27636e0702b226 100644 (file)
@@ -39,8 +39,8 @@ class BModulePage(BWizardPage):
     
     def _loadModuleData(self):
         try:
-            modules = bertos_utils.loadModuleInfosDict(self._projectInfoRetrieve("SOURCES_PATH"))
-            lists = bertos_utils.loadDefineListsDict(self._projectInfoRetrieve("SOURCES_PATH"))
+            modules = bertos_utils.loadModuleInfosDict(self._project())
+            lists = bertos_utils.loadDefineListsDict(self._project())
             configurations = {}
             for module, informations in modules.items():
                 if len(informations["configuration"]) > 0: