X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBVersionPage.py;h=680577c53f245e86ea7cae1509a38f727428b392;hb=215c1ef46da21472bbe51fad8a6395efbc55a3f0;hp=7c205554e685c2fa08c4fe61d80302c694065fac;hpb=95b71bb91147ac88fa10fed3385ce2f0307fe13c;p=bertos.git diff --git a/wizard/BVersionPage.py b/wizard/BVersionPage.py index 7c205554..680577c5 100644 --- a/wizard/BVersionPage.py +++ b/wizard/BVersionPage.py @@ -192,8 +192,6 @@ class BVersionPage(BWizardPage): Fills the version list with all the BeRTOS versions founded in the QSettings. """ versions = set([]) - if self._edit: - versions.add(self.projectInfo("BERTOS_PATH")) if os.name == "nt": import winreg_importer versions |= set([os.path.normpath(dir) for dir in winreg_importer.getBertosDirs()])