Debugger/StartDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3021
801289962f4e
child 3145
a9de05d4a22f
diff -r 10516539f238 -r 0a02c433f52d Debugger/StartDialog.py
--- a/Debugger/StartDialog.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Debugger/StartDialog.py	Fri Nov 01 15:48:48 2013 +0100
@@ -29,9 +29,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