ProjectPyramid/CreateParametersDialog.py

changeset 54
71c83a661c83
parent 34
d20f7218d53c
child 57
e654970c913e
--- a/ProjectPyramid/CreateParametersDialog.py	Sat Sep 28 13:34:57 2013 +0200
+++ b/ProjectPyramid/CreateParametersDialog.py	Fri Oct 25 18:51:52 2013 +0200
@@ -61,7 +61,8 @@
                 self.scaffoldCombo.addItem(scaffold.strip())
             self.scaffoldCombo.setCurrentIndex(0)
         else:
-            E5MessageBox.critical(None,
+            E5MessageBox.critical(
+                None,
                 self.trUtf8('Process Generation Error'),
                 errMsg)
     
@@ -88,7 +89,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