Update of /cvsroot/pywin32/pywin32/com/win32comext/axdebug
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2512/com/win32comext/axdebug
Modified Files:
stackframe.py
Log Message:
remove unused imports
Index: stackframe.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axdebug/stackframe.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** stackframe.py 18 Jun 2006 13:18:26 -0000 1.4
--- stackframe.py 4 Dec 2008 07:01:06 -0000 1.5
***************
*** 8,12 ****
import pythoncom
from win32com.server.exception import COMException
- import repr, string
from util import trace
--- 8,11 ----
|