diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-25 12:25:47 (GMT) |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-25 12:25:47 (GMT) |
| commit | 94704fc25bd7653c78f01bcb78413a1e516e9e2b (patch) | |
| tree | 61f547b2db60bbfd6db01792d73379e7b07973bc /Lib/cgi.py | |
| parent | 1974baadc62a6c95db9c96fa482377df98ce36cc (diff) | |
| download | cpython-94704fc25bd7653c78f01bcb78413a1e516e9e2b.zip cpython-94704fc25bd7653c78f01bcb78413a1e516e9e2b.tar.gz cpython-94704fc25bd7653c78f01bcb78413a1e516e9e2b.tar.bz2 | |
#16765: remove unused import.
Diffstat (limited to 'Lib/cgi.py')
| -rwxr-xr-x | Lib/cgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ __version__ = "2.6" from operator import attrgetter import sys import os -import urllib import UserDict import urlparse |
