DebugClients/Python3/DebugBase.py

changeset 96
9624a110667d
parent 15
f6ccc31d6e72
child 97
c4086afea02b
--- a/DebugClients/Python3/DebugBase.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/DebugClients/Python3/DebugBase.py	Sun Jan 31 17:11:22 2010 +0000
@@ -8,10 +8,8 @@
 """
 
 import sys
-import traceback
 import bdb
 import os
-import types
 import atexit
 import inspect
 
@@ -735,4 +733,4 @@
         
         @return last debugger event (string)
         """
-        return self.__event
\ No newline at end of file
+        return self.__event

eric ide

mercurial