]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused import.
authorFred Drake <fdrake@acm.org>
Tue, 22 May 2001 20:25:05 +0000 (20:25 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 May 2001 20:25:05 +0000 (20:25 +0000)
Lib/test/test_fnmatch.py

index 40c4dfd1160ca22f66dde7e39e9b4c2f8ba52817..9f089267ff39f4b58e22f12581e474cdddb54ba3 100644 (file)
@@ -1,6 +1,5 @@
 """Test cases for the fnmatch module."""
 
-import re
 import test_support
 import unittest