summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r--Lib/urllib2.py1
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