]> granicus.if.org Git - python/commitdiff
Remove unused import.
authorEric V. Smith <eric@trueblade.com>
Thu, 10 Mar 2011 13:44:08 +0000 (08:44 -0500)
committerEric V. Smith <eric@trueblade.com>
Thu, 10 Mar 2011 13:44:08 +0000 (08:44 -0500)
Lib/glob.py

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