--- 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.