mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Use relative import now that it is required. (Should this go into 2.5?)
This commit is contained in:
parent
2b499436b5
commit
2a0c7801a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue