DebugClients/Python/DebugBase.py

branch
6_0_x
changeset 4210
bcaacd4ec02b
parent 4064
c918bd03f0ff
child 4293
125a75cfd249
--- a/DebugClients/Python/DebugBase.py	Sat Apr 11 14:04:41 2015 +0200
+++ b/DebugClients/Python/DebugBase.py	Sat Apr 11 14:10:20 2015 +0200
@@ -636,7 +636,6 @@
         @param exctb traceback for the exception
         @param unhandled flag indicating an uncaught exception
         """
-        
         if exctype in [GeneratorExit, StopIteration]:
             # ignore these
             return

eric ide

mercurial