Darryl Cousins wrote:
>> >>> from zope.testbrowser import Browser
>> >>> browser = Browser()
>> >>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')
oops:
>> >>> browser = Browser('http://localhost/contents.html')
# should be
browser.open('http://localhost/contents.html')
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users
