Fix closes issue12432 - remove the unused sys from glob.py

This commit is contained in:
Senthil Kumaran 2011-07-03 17:21:05 -07:00
parent e975af62f2
commit 7079240c4a

View file

@ -1,6 +1,5 @@
"""Filename globbing utility."""
import sys
import os
import re
import fnmatch