UI/AuthenticationDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
--- a/UI/AuthenticationDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/UI/AuthenticationDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -11,11 +11,12 @@
 
 from .Ui_AuthenticationDialog import Ui_AuthenticationDialog
 
+
 class AuthenticationDialog(QDialog, Ui_AuthenticationDialog):
     """
     Class implementing the authentication dialog for the help browser.
     """
-    def __init__(self, info, username, showSave = False, saveIt = False, parent = None):
+    def __init__(self, info, username, showSave=False, saveIt=False, parent=None):
         """
         Constructor
         

eric ide

mercurial