X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=4a5fcf6fda2e8fdbc11623abf75b14c6d9b52e61;hb=c91dd2220f6f26607ddb6988db95005eafe068e0;hp=49daf8c98df294e023bdd44897b446d602cf692e;hpb=bfab81f21ec1f468ae3f96fbee651636789c15ed;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 49daf8c9..4a5fcf6f 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -112,7 +112,7 @@ class BCpuPage(BWizardPage): """ try: QApplication.instance().setOverrideCursor(Qt.WaitCursor) - self.project().loadSourceTree() + self.project.loadSourceTree() self.populateCpuList() cpu_name = self.projectInfo("CPU_NAME") selected_freq = self.projectInfo("SELECTED_FREQ") @@ -161,7 +161,7 @@ class BCpuPage(BWizardPage): """ self.pageContent.cpuList.clear() self.pageContent.cpuList.setCurrentItem(None) - infos = self.project().loadCpuInfos() + infos = self.project.getCpuInfos() tag_list = bertos_utils.getTagSet(infos) # Create, fill and store the dict with the tags tag_dict = {}