Helpviewer/HelpTabBar.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
--- a/Helpviewer/HelpTabBar.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Helpviewer/HelpTabBar.py	Fri Mar 11 16:51:57 2011 +0100
@@ -17,11 +17,12 @@
 
 import Preferences
 
+
 class HelpTabBar(E5WheelTabBar):
     """
     Class implementing the tab bar of the web browser.
     """
-    def __init__(self, parent = None):
+    def __init__(self, parent=None):
         """
         Constructor
         
@@ -136,7 +137,7 @@
         """
         Protected method to handle event.
         
-        This event handler just handles the tooltip event and passes the 
+        This event handler just handles the tooltip event and passes the
         handling of all others to the superclass.
         
         @param evt reference to the event to be handled (QEvent)

eric ide

mercurial