Debugger/StartDialog.py

changeset 3021
801289962f4e
parent 2988
f53c03574697
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/Debugger/StartDialog.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/Debugger/StartDialog.py	Mon Oct 14 20:08:19 2013 +0200
@@ -27,9 +27,9 @@
     whether exception reporting should be disabled.
     """
     def __init__(self, caption, argvList, wdList, envList, exceptions,
-        parent=None, type=0, modfuncList=None, tracePython=False,
-        autoClearShell=True, autoContinue=True, autoFork=False,
-        forkChild=False):
+                 parent=None, type=0, modfuncList=None, tracePython=False,
+                 autoClearShell=True, autoContinue=True, autoFork=False,
+                 forkChild=False):
         """
         Constructor
         

eric ide

mercurial