[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/component/browser/registration.txt
Updated to use new import location.
Jim Fulton
jim at zope.com
Sun Apr 23 12:43:40 EDT 2006
Log message for revision 67556:
Updated to use new import location.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/component/browser/registration.txt
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/component/browser/registration.txt
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/component/browser/registration.txt 2006-04-23 16:43:37 UTC (rev 67555)
+++ Zope3/branches/jim-adapter/src/zope/app/component/browser/registration.txt 2006-04-23 16:43:39 UTC (rev 67556)
@@ -22,7 +22,7 @@
All objects have a "Registration" tab that is accessable to people
with the zope.ManageSite permission:
- >>> from zope.testbrowser import Browser
+ >>> from zope.testbrowser.testing import Browser
>>> browser = Browser()
>>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')
>>> browser.addHeader('Accept-Language', 'test')
More information about the Zope3-Checkins
mailing list