Use absolute imports

This commit is contained in:
Neal Norwitz 2006-04-03 04:45:34 +00:00
parent 480725d4c5
commit b902f4e401
7 changed files with 11 additions and 10 deletions

View file

@ -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")