[Python-checkins] Remove unused import.

eric.smith python-checkins at python.org
Thu Mar 10 14:44:26 CET 2011


http://hg.python.org/cpython/rev/55bea11d892e
changeset:   68349:55bea11d892e
user:        Eric V. Smith <eric at trueblade.com>
date:        Thu Mar 10 08:44:08 2011 -0500
summary:
  Remove unused import.

files:
  Lib/glob.py

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