From 03fc128d13180a389d42c9720882187c21e8f6ed Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 2 Jan 2009 11:15:42 +0000 Subject: [PATCH] Correct indentation git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2128 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BToolchainPage.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.25.1