[Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.20,1.21

Eric S. Raymond esr@users.sourceforge.net
Fri, 09 Feb 2001 03:58:23 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv19145

Modified Files:
	test_sre.py 
Log Message:
String method conversion.
(This one was trivial -- no actual string. references in it!)


Index: test_sre.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sre.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** test_sre.py	2001/01/17 21:51:36	1.20
--- test_sre.py	2001/02/09 11:58:20	1.21
***************
*** 9,13 ****
  from test_support import verbose, TestFailed
  import sre
! import sys, os, string, traceback
  
  #
--- 9,13 ----
  from test_support import verbose, TestFailed
  import sre
! import sys, os, traceback
  
  #