RefactoringRope/RefactoringDialogBase.py

changeset 20
83b71483e198
parent 9
8cee612bcc28
child 35
79e19b499675
diff -r 32dd7dbf3e8e -r 83b71483e198 RefactoringRope/RefactoringDialogBase.py
--- a/RefactoringRope/RefactoringDialogBase.py	Sun Jan 30 19:00:34 2011 +0100
+++ b/RefactoringRope/RefactoringDialogBase.py	Sun Jan 30 19:19:40 2011 +0100
@@ -41,7 +41,7 @@
         """
         Private method to create a TaskHandle to update a progress dialog.
         
-        @param interruptable flag indicating, that the task may be 
+        @param interruptable flag indicating, that the task may be
             interrupted (boolean)
         """
         self.__handle = ProgressHandle(self._title, interruptable, self)
@@ -82,7 +82,7 @@
             if dlg.exec_() == QDialog.Accepted:
                 self.applyChanges(changes)
     
-    def applyChanges(self, changes = None):
+    def applyChanges(self, changes=None):
         """
         Public method to apply the changes.
         

eric ide

mercurial