RefactoringRope/RestructureDialog.py

changeset 55
d501156be247
parent 46
a726d19facfc
child 62
1077db8d0589
--- a/RefactoringRope/RestructureDialog.py	Sun Oct 13 18:35:25 2013 +0200
+++ b/RefactoringRope/RestructureDialog.py	Fri Oct 25 19:33:36 2013 +0200
@@ -44,7 +44,8 @@
         """
         Private slot to update the UI.
         """
-        self.__okButton.setEnabled(self.patternEdit.toPlainText() != "" and \
+        self.__okButton.setEnabled(
+            self.patternEdit.toPlainText() != "" and
             self.goalEdit.toPlainText() != "")
     
     @pyqtSlot()
@@ -118,7 +119,7 @@
                 'goal': self.goalEdit.toPlainText(),
                 'checks': self.argsEdit.toPlainText(),
                 'imports': self.importsEdit.toPlainText()
-               }
+                }
         RestructureDialog.history = data
 
     def __loadData(self):

eric ide

mercurial