Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/debugger
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11648/pywin/debugger
Modified Files:
debugger.py
Log Message:
Replace regsub with re
Index: debugger.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/debugger/debugger.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** debugger.py 6 Oct 2003 13:16:39 -0000 1.11
--- debugger.py 7 Feb 2004 02:06:56 -0000 1.12
***************
*** 14,18 ****
import string
import os
- import regsub
import types
--- 14,17 ----
|