ProjectPyramid/CreateParametersDialog.py

changeset 57
e654970c913e
parent 56
c7adc68350dd
parent 54
71c83a661c83
child 63
f249a66da0d5
--- a/ProjectPyramid/CreateParametersDialog.py	Sun Oct 27 22:43:17 2013 +0100
+++ b/ProjectPyramid/CreateParametersDialog.py	Tue Oct 29 22:30:48 2013 +0100
@@ -67,7 +67,8 @@
                 self.scaffoldCombo.addItem(scaffold.strip())
             self.scaffoldCombo.setCurrentIndex(0)
         else:
-            E5MessageBox.critical(None,
+            E5MessageBox.critical(
+                None,
                 self.trUtf8('Process Generation Error'),
                 errMsg)
     
@@ -94,7 +95,7 @@
         Private slot to update the dialog.
         """
         self.__okButton.setEnabled(
-            bool(self.scaffoldCombo.currentText()) and \
+            bool(self.scaffoldCombo.currentText()) and
             bool(self.nameEdit.text())
         )
     

eric ide

mercurial