summaryrefslogtreecommitdiff
path: root/Lib/test/test_fnmatch.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-22 20:25:05 +0000
committerFred Drake <fdrake@acm.org>2001-05-22 20:25:05 +0000
commit970a53cb3ee836ca4c4551b8decf70c66996e445 (patch)
tree65582baa7b7ee2336be95a0b4abb082c2b822095 /Lib/test/test_fnmatch.py
parentbabd7378a35860136e673e92aa4f3e2578473ecb (diff)
downloadcpython-git-970a53cb3ee836ca4c4551b8decf70c66996e445.tar.gz
Remove unused import.
Diffstat (limited to 'Lib/test/test_fnmatch.py')
-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 40c4dfd116..9f089267ff 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