From: duplo Date: Fri, 2 Jan 2009 11:15:42 +0000 (+0000) Subject: Correct indentation X-Git-Tag: 2.1.0~554 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=03fc128d13180a389d42c9720882187c21e8f6ed;p=bertos.git Correct indentation git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2128 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index bce7471f..b344ce25 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -47,7 +47,6 @@ class BToolchainPage(BWizardPage): def _search(self): pass - def _connectSignals(self): self.connect(self.pageContent.toolchainList, SIGNAL("itemSelectionChanged()"), self._selectionChanged) self.connect(self.pageContent.addButton, SIGNAL("clicked()"), self.addToolchain)