RefactoringRope/PreviewDialogBase.py

changeset 20
83b71483e198
parent 3
3be1b4662b48
child 35
79e19b499675
diff -r 32dd7dbf3e8e -r 83b71483e198 RefactoringRope/PreviewDialogBase.py
--- a/RefactoringRope/PreviewDialogBase.py	Sun Jan 30 19:00:34 2011 +0100
+++ b/RefactoringRope/PreviewDialogBase.py	Sun Jan 30 19:19:40 2011 +0100
@@ -14,11 +14,12 @@
 
 import Globals
 
+
 class PreviewDialogBase(QDialog, Ui_PreviewDialog):
     """
     Class implementing a dialog base class to preview changes.
     """
-    def __init__(self, parent = None):
+    def __init__(self, parent=None):
         """
         Constructor
         

eric ide

mercurial