Remove useless parenthesis
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Feb 2009 17:41:59 +0000 (17:41 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Feb 2009 17:41:59 +0000 (17:41 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2377 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BToolchainPage.py

index a2ecfeb550a13f563f0f3cddac45dd8ae713c175..a2929b5dc135b293c0f0e1b4adefd53b5529fdfe 100644 (file)
@@ -54,7 +54,7 @@ class BToolchainPage(BWizardPage):
     
     def _search(self):
         dirList = self.searchDirList()
-        if(self.pathSearch()):
+        if self.pathSearch():
             dirList += [element for element in bertos_utils.getSystemPath()]
         toolchainList = bertos_utils.findToolchains(dirList)
         storedToolchains = self.toolchains()