Use relative import now that it is required. (Should this go into 2.5?)
This commit is contained in:
parent
2b499436b5
commit
2a0c7801a5
@ -626,7 +626,7 @@ class HandlerTests(unittest.TestCase):
|
|||||||
from urllib2 import build_opener, HTTPHandler, HTTPError, \
|
from urllib2 import build_opener, HTTPHandler, HTTPError, \
|
||||||
HTTPCookieProcessor
|
HTTPCookieProcessor
|
||||||
|
|
||||||
from test_cookielib import interact_netscape
|
from test.test_cookielib import interact_netscape
|
||||||
|
|
||||||
cj = CookieJar()
|
cj = CookieJar()
|
||||||
interact_netscape(cj, "http://www.example.com/", "spam=eggs")
|
interact_netscape(cj, "http://www.example.com/", "spam=eggs")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user