summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2net.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-06-12 04:06:45 +0000
committerBarry Warsaw <barry@python.org>2008-06-12 04:06:45 +0000
commit820c1200597606f95bb996586be88a3283c6448c (patch)
tree1b914ab96ccc9cd81465a6c3e765c97f128fd464 /Lib/test/test_urllib2net.py
parent75f25f2c9a4646746efbc056b4d2a07b40f93964 (diff)
downloadcpython-git-820c1200597606f95bb996586be88a3283c6448c.tar.gz
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
small fixes by Barry. This removes mimetools from the stdlib.
Diffstat (limited to 'Lib/test/test_urllib2net.py')
-rw-r--r--Lib/test/test_urllib2net.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2net.py b/Lib/test/test_urllib2net.py
index 1c4af18d97..938ab9ffca 100644
--- a/Lib/test/test_urllib2net.py
+++ b/Lib/test/test_urllib2net.py
@@ -8,7 +8,6 @@ import socket
import urllib2
import sys
import os
-import mimetools
def _retry_thrice(func, exc, *args, **kwargs):