]> granicus.if.org Git - python/commitdiff
Fix closes issue12432 - remove the unused sys from glob.py
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 4 Jul 2011 00:21:05 +0000 (17:21 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 4 Jul 2011 00:21:05 +0000 (17:21 -0700)
Lib/glob.py

index c5f5f69b2d96100b566ef42dc9eb0965947c9505..36d493d7a8032656ce49e1531ab1e9508564220d 100644 (file)
@@ -1,6 +1,5 @@
 """Filename globbing utility."""
 
-import sys
 import os
 import re
 import fnmatch