RefactoringRope/MethodToMethodObjectDialog.py

changeset 20
83b71483e198
parent 18
92ed128e0d6e
child 35
79e19b499675
diff -r 32dd7dbf3e8e -r 83b71483e198 RefactoringRope/MethodToMethodObjectDialog.py
--- a/RefactoringRope/MethodToMethodObjectDialog.py	Sun Jan 30 19:00:34 2011 +0100
+++ b/RefactoringRope/MethodToMethodObjectDialog.py	Sun Jan 30 19:19:40 2011 +0100
@@ -13,19 +13,20 @@
 from Ui_MethodToMethodObjectDialog import Ui_MethodToMethodObjectDialog
 from RefactoringDialogBase import RefactoringDialogBase
 
-class MethodToMethodObjectDialog(RefactoringDialogBase, 
+
+class MethodToMethodObjectDialog(RefactoringDialogBase,
                                  Ui_MethodToMethodObjectDialog):
     """
     Class implementing the Method To Method object dialog.
     """
-    def __init__(self, refactoring, title, converter, parent = None):
+    def __init__(self, refactoring, title, converter, parent=None):
         """
         Constructor
          
         @param refactoring reference to the main refactoring object
             (Refactoring)
         @param title title of the dialog (string)
-        @param converter reference to the converter object 
+        @param converter reference to the converter object
             (rope.refactor.method_object.MethodObject)
         @param parent reference to the parent widget (QWidget)
         """

eric ide

mercurial