DebugClients/Python/DebugBase.py

changeset 4080
d4ba5fab5557
parent 4063
b7269498aa95
child 4293
125a75cfd249
--- a/DebugClients/Python/DebugBase.py	Sun Feb 01 18:23:12 2015 +0100
+++ b/DebugClients/Python/DebugBase.py	Sun Feb 01 18:25:31 2015 +0100
@@ -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