--- a/Plugins/PluginTabnanny.py Thu Aug 12 10:11:06 2010 +0200 +++ b/Plugins/PluginTabnanny.py Thu Aug 12 16:11:13 2010 +0200 @@ -165,7 +165,8 @@ """<p>This checks Python files""" """ for bad indentations using tabnanny.</p>""" )) - self.__projectBrowserAct.triggered[()].connect(self.__projectBrowserTabnanny) + self.__projectBrowserAct.triggered[()].connect( + self.__projectBrowserTabnanny) if not self.__projectBrowserAct in menu.actions(): menu.addAction(self.__projectBrowserAct)