Fixed PEP-8 related issues.

Sat, 23 Jul 2011 19:13:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 23 Jul 2011 19:13:24 +0200
changeset 1190
aac32b0fdfb8
parent 1188
87c12a25512c
child 1191
d25a601a13c2

Fixed PEP-8 related issues.

Utilities/__init__.py file | annotate | diff | comparison | revisions
ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
--- a/Utilities/__init__.py	Tue Jul 19 19:26:09 2011 +0200
+++ b/Utilities/__init__.py	Sat Jul 23 19:13:24 2011 +0200
@@ -1416,6 +1416,7 @@
 # Qt utility functions below
 ################################################################################
 
+
 def generatePySideToolPath(toolname):
     """
     Module function to generate the executable path for a PySide tool.
--- a/ViewManager/ViewManager.py	Tue Jul 19 19:26:09 2011 +0200
+++ b/ViewManager/ViewManager.py	Sat Jul 23 19:13:24 2011 +0200
@@ -2120,7 +2120,7 @@
                 0,
                 self.searchActGrp, 'vm_search_goto_previous_method_or_class')
         self.gotoPreviousDefAct.setStatusTip(
-            QApplication.translate('ViewManager', 
+            QApplication.translate('ViewManager',
                                    'Go to the previous method or class definition'))
         self.gotoPreviousDefAct.setWhatsThis(QApplication.translate('ViewManager',
             """<b>Goto Previous Method or Class</b>"""
@@ -2138,7 +2138,7 @@
                 0,
                 self.searchActGrp, 'vm_search_goto_next_method_or_class')
         self.gotoNextDefAct.setStatusTip(
-            QApplication.translate('ViewManager', 
+            QApplication.translate('ViewManager',
                                    'Go to the next method or class definition'))
         self.gotoNextDefAct.setWhatsThis(QApplication.translate('ViewManager',
             """<b>Goto Next Method or Class</b>"""

eric ide

mercurial