[Python-checkins] cpython (3.2): Fix closes issue12432 - remove the unused sys from glob.py

senthil.kumaran python-checkins at python.org
Mon Jul 4 02:21:57 CEST 2011


http://hg.python.org/cpython/rev/6886e0bf29bc
changeset:   71168:6886e0bf29bc
branch:      3.2
parent:      71166:a1b4f1716b73
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Jul 03 17:21:05 2011 -0700
summary:
  Fix closes issue12432 - remove the unused sys from glob.py

files:
  Lib/glob.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/glob.py b/Lib/glob.py
--- a/Lib/glob.py
+++ b/Lib/glob.py
@@ -1,6 +1,5 @@
 """Filename globbing utility."""
 
-import sys
 import os
 import re
 import fnmatch

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list