Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / wizard / BModulePage.py
index c592d1d32a32fe27a538fa9bf6b4d8989a12b24f..101aba6913883f768f5f97d1775e42f2adaecb5f 100644 (file)
@@ -39,9 +39,7 @@ class BModulePage(BWizardPage):
     
     def _loadModuleData(self):
         try:
-            bertos_utils.loadModuleInfosDict(self._project())
-            bertos_utils.loadDefineListsDict(self._project())
-            bertos_utils.loadConfigurationInfosDict(self._project())
+            bertos_utils.loadModuleData(self._project())
         except ModuleDefineException, e:
             self._exceptionOccurred(self.tr("Error parsing module information in file %1").arg(e.path))
         except EnumDefineException, e: