RefactoringRope/HistoryDialog.py

changeset 20
83b71483e198
parent 19
32dd7dbf3e8e
child 35
79e19b499675
diff -r 32dd7dbf3e8e -r 83b71483e198 RefactoringRope/HistoryDialog.py
--- a/RefactoringRope/HistoryDialog.py	Sun Jan 30 19:00:34 2011 +0100
+++ b/RefactoringRope/HistoryDialog.py	Sun Jan 30 19:19:40 2011 +0100
@@ -18,13 +18,14 @@
 
 import Utilities
 
+
 class HistoryDialog(PreviewDialogBase):
     """
     Class implementing the History dialog.
     """
     ChangeIDRole = Qt.UserRole
     
-    def __init__(self, refactoring, changes, isUndo, parent = None):
+    def __init__(self, refactoring, changes, isUndo, parent=None):
         """
         Constructor
         

eric ide

mercurial