From: Fred Drake Date: Tue, 22 May 2001 20:25:05 +0000 (+0000) Subject: Remove unused import. X-Git-Tag: v2.2a3~1697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=970a53cb3ee836ca4c4551b8decf70c66996e445;p=thirdparty%2FPython%2Fcpython.git Remove unused import. --- diff --git a/Lib/test/test_fnmatch.py b/Lib/test/test_fnmatch.py index 40c4dfd1160c..9f089267ff39 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