[Python-checkins] python/dist/src/Lib/test test_sundry.py,1.12,1.13

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 13 Feb 2003 10:36:24 -0800


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

Modified Files:
	test_sundry.py 
Log Message:
Remove filecmp

Index: test_sundry.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sundry.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_sundry.py	3 Dec 2002 09:34:54 -0000	1.12
--- test_sundry.py	13 Feb 2003 18:36:22 -0000	1.13
***************
*** 37,41 ****
  import dumbdbm
  import encodings
- import filecmp
  import fnmatch
  import formatter
--- 37,40 ----