Remove local BeRTOS sources assumption.
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 3 May 2010 12:46:19 +0000 (12:46 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 3 May 2010 12:46:19 +0000 (12:46 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3594 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BVersionPage.py

index 7c205554e685c2fa08c4fe61d80302c694065fac..680577c53f245e86ea7cae1509a38f727428b392 100644 (file)
@@ -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()])