From: Senthil Kumaran Date: Mon, 4 Jul 2011 00:21:05 +0000 (-0700) Subject: Fix closes issue12432 - remove the unused sys from glob.py X-Git-Tag: v3.2.2rc1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7079240c4aa6b579819f01fad3e99881dfe84731;p=python Fix closes issue12432 - remove the unused sys from glob.py --- 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