QScintilla/GotoDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 958
9f712690525e
--- 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
         

eric ide

mercurial