summaryrefslogtreecommitdiff
path: root/Lib/glob.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-03 17:21:05 -0700
committerSenthil Kumaran <senthil@uthcode.com>2011-07-03 17:21:05 -0700
commit7079240c4aa6b579819f01fad3e99881dfe84731 (patch)
treedbe07d40d8a7cf2ac7edc909f90f4d3eea976104 /Lib/glob.py
parente975af62f2a5f45307738dbd5220e8590c10f4a4 (diff)
downloadcpython-git-7079240c4aa6b579819f01fad3e99881dfe84731.tar.gz
Fix closes issue12432 - remove the unused sys from glob.py
Diffstat (limited to 'Lib/glob.py')
-rw-r--r--Lib/glob.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/glob.py b/Lib/glob.py
index c5f5f69b2d..36d493d7a8 100644
--- a/Lib/glob.py
+++ b/Lib/glob.py
@@ -1,6 +1,5 @@
"""Filename globbing utility."""
-import sys
import os
import re
import fnmatch