Add infrastructure for CPU reloading files.
[bertos.git] / wizard / BCpuPage.py
index e9052e6773736e5ba57d2575c2cb637223de7f03..842200b50077b5d7bf96d8f2462ab3a7abd0a94c 100644 (file)
@@ -158,7 +158,7 @@ class BCpuPage(BWizardPage):
         """
         self.pageContent.cpuList.clear()
         self.pageContent.cpuList.setCurrentItem(None)
-        infos = bertos_utils.loadCpuInfos(self.project())
+        infos = self.project().loadCpuInfos()
         tag_list = bertos_utils.getTagSet(infos)
         # Create, fill and store the dict with the tags
         tag_dict = {}