diff -r 261bc03812fd -r 9624a110667d DebugClients/Python3/DebugBase.py --- 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