mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Use absolute imports
This commit is contained in:
parent
480725d4c5
commit
b902f4e401
7 changed files with 11 additions and 10 deletions
|
@ -632,7 +632,7 @@ class HandlerTests(unittest.TestCase):
|
|||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue