diff options
author | Barry Warsaw <barry@python.org> | 2008-06-12 04:06:45 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-06-12 04:06:45 +0000 |
commit | 820c1200597606f95bb996586be88a3283c6448c (patch) | |
tree | 1b914ab96ccc9cd81465a6c3e765c97f128fd464 /Lib/test/test_urllib2net.py | |
parent | 75f25f2c9a4646746efbc056b4d2a07b40f93964 (diff) | |
download | cpython-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.py | 1 |
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): |