summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-22 20:25:05 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-22 20:25:05 (GMT)
commit970a53cb3ee836ca4c4551b8decf70c66996e445 (patch)
tree65582baa7b7ee2336be95a0b4abb082c2b822095
parentbabd7378a35860136e673e92aa4f3e2578473ecb (diff)
downloadcpython-970a53cb3ee836ca4c4551b8decf70c66996e445.zip
cpython-970a53cb3ee836ca4c4551b8decf70c66996e445.tar.gz
cpython-970a53cb3ee836ca4c4551b8decf70c66996e445.tar.bz2
Remove unused import.
-rw-r--r--Lib/test/test_fnmatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_fnmatch.py b/Lib/test/test_fnmatch.py
index 40c4dfd..9f08926 100644
--- a/Lib/test/test_fnmatch.py
+++ b/Lib/test/test_fnmatch.py
@@ -1,6 +1,5 @@
"""Test cases for the fnmatch module."""
-import re
import test_support
import unittest