Remove unused import.

This commit is contained in:
Fred Drake 2001-05-22 20:25:05 +00:00
parent babd7378a3
commit 970a53cb3e

View file

@ -1,6 +1,5 @@
"""Test cases for the fnmatch module."""
import re
import test_support
import unittest