ProjectPyramid/PyramidDialog.py

changeset 19
f4adfe6e51b0
parent 6
43d74d535785
child 34
d20f7218d53c
--- a/ProjectPyramid/PyramidDialog.py	Thu Aug 30 15:36:06 2012 +0200
+++ b/ProjectPyramid/PyramidDialog.py	Thu Aug 30 17:18:56 2012 +0200
@@ -28,9 +28,9 @@
     shows the output of the process. The dialog is modal,
     which causes a synchronized execution of the process.
     """
-    def __init__(self, text, fixed = False, linewrap = True, 
-                 msgSuccess = None, msgError = None, 
-                 parent = None):
+    def __init__(self, text, fixed=False, linewrap=True,
+                 msgSuccess=None, msgError=None,
+                 parent=None):
         """
         Constructor
         
@@ -170,7 +170,7 @@
             self.inputGroup.show()
         return procStarted
     
-    def startBatchProcesses(self, argsLists, workingDir = None):
+    def startBatchProcesses(self, argsLists, workingDir=None):
         """
         Public slot used to start a batch of processes.
         

eric ide

mercurial