diff -r 1b59c4ba121e -r 8cd4d08fa9f6 QScintilla/GotoDialog.py --- a/QScintilla/GotoDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/QScintilla/GotoDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -11,11 +11,12 @@ from .Ui_GotoDialog import Ui_GotoDialog + class GotoDialog(QDialog, Ui_GotoDialog): """ Class implementing the Goto dialog. """ - def __init__(self, maximum, parent, name = None, modal = False): + def __init__(self, maximum, parent, name=None, modal=False): """ Constructor