commit | 274271d1ae71dbd1177b54a5def45fed3ecb501f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 28 10:25:04 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 28 10:25:04 2011 -0500 |
tree | 50020b9d4c3b3922ce72f5c41b61c4fc969d822e | |
parent | e4a51e6543e18a004735e75344009b832134db6e [diff] [blame] |
remove unused imports (closes #12432) A patch from Vincent Legoll.
diff --git a/Lib/glob.py b/Lib/glob.py index 36d493d..c5f5f69 100644 --- a/Lib/glob.py +++ b/Lib/glob.py
@@ -1,5 +1,6 @@ """Filename globbing utility.""" +import sys import os import re import fnmatch