diff options
author | Eric V. Smith <eric@trueblade.com> | 2011-03-10 13:44:08 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2011-03-10 13:44:08 (GMT) |
commit | 7eecd224111c51b3ebf3761b62588edc768bb5e3 (patch) | |
tree | ec0ce53ba85f569ce9f31efa5c714c77d565a96a /Lib/glob.py | |
parent | a2087d0a5aa33530ff220013af53e9b9947df485 (diff) | |
download | cpython-7eecd224111c51b3ebf3761b62588edc768bb5e3.zip cpython-7eecd224111c51b3ebf3761b62588edc768bb5e3.tar.gz cpython-7eecd224111c51b3ebf3761b62588edc768bb5e3.tar.bz2 |
Remove unused import.
Diffstat (limited to 'Lib/glob.py')
-rw-r--r-- | Lib/glob.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/glob.py b/Lib/glob.py index c5f5f69..36d493d 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -1,6 +1,5 @@ """Filename globbing utility.""" -import sys import os import re import fnmatch |