RefactoringRope/IntroduceFactoryDialog.py

changeset 55
d501156be247
parent 43
39924831c795
child 62
1077db8d0589
--- a/RefactoringRope/IntroduceFactoryDialog.py	Sun Oct 13 18:35:25 2013 +0200
+++ b/RefactoringRope/IntroduceFactoryDialog.py	Fri Oct 25 19:33:36 2013 +0200
@@ -73,7 +73,8 @@
         @return reference to the Changes object (rope.base.change.ChangeSet)
         """
         try:
-            changes = self.__introducer.get_changes(self.nameEdit.text(),
+            changes = self.__introducer.get_changes(
+                self.nameEdit.text(),
                 global_factory=self.globalButton.isChecked(),
                 task_handle=handle)
             return changes

eric ide

mercurial