Use relative import now that it is required. (Should this go into 2.5?)
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index 5710444..2843138 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -626,7 +626,7 @@
from urllib2 import build_opener, HTTPHandler, HTTPError, \
HTTPCookieProcessor
- from test_cookielib import interact_netscape
+ from test.test_cookielib import interact_netscape
cj = CookieJar()
interact_netscape(cj, "http://www.example.com/", "spam=eggs")