[Python-checkins] cpython (2.7): #16765: remove unused import.

ezio.melotti python-checkins at python.org
Tue Dec 25 13:27:43 CET 2012


http://hg.python.org/cpython/rev/f77648af7ff0
changeset:   81032:f77648af7ff0
branch:      2.7
parent:      81027:ff0426b5d75e
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue Dec 25 14:25:47 2012 +0200
summary:
  #16765: remove unused import.

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


diff --git a/Lib/cgi.py b/Lib/cgi.py
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -37,7 +37,6 @@
 from operator import attrgetter
 import sys
 import os
-import urllib
 import UserDict
 import urlparse
 

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


More information about the Python-checkins mailing list