--- 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