From: duplo Date: Mon, 3 May 2010 12:46:19 +0000 (+0000) Subject: Remove local BeRTOS sources assumption. X-Git-Tag: 2.5.0~314 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=fe749a087eb40a59422fafa89224ce4191f65be4;p=bertos.git Remove local BeRTOS sources assumption. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3594 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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()])