[Python-checkins] CVS: python/dist/src/Lib/test test_fnmatch.py,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Tue, 22 May 2001 13:25:07 -0700


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

Modified Files:
	test_fnmatch.py 
Log Message:

Remove unused import.


Index: test_fnmatch.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_fnmatch.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_fnmatch.py	2001/03/21 18:29:24	1.1
--- test_fnmatch.py	2001/05/22 20:25:05	1.2
***************
*** 1,5 ****
  """Test cases for the fnmatch module."""
  
- import re
  import test_support
  import unittest
--- 1,4 ----