diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
commit | 02d893cfae830d4ef997095dc6e2786f8b63d2e3 (patch) | |
tree | bcb706b8d3ac39d891f270307d50b0f0f49c0990 /Lib/urllib2.py | |
parent | d429ab6df9813cc641d5893eab7d8d5700e7f968 (diff) | |
download | cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.zip cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.gz cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.bz2 |
Patch #444359: Remove unused imports.
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r-- | Lib/urllib2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py index ee0bc27..5738779 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -88,7 +88,6 @@ f = urllib2.urlopen('http://www.python.org/') # check digest against correct (i.e. non-apache) implementation import socket -import UserDict import httplib import re import base64 |