[Zope3-checkins]
SVN: Zope3/branches/3.2/src/zope/app/apidoc/static.py
mechanize API changed, so this little fix is needed.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Dec 9 10:18:11 EST 2005
Log message for revision 40657:
mechanize API changed, so this little fix is needed.
Changed:
U Zope3/branches/3.2/src/zope/app/apidoc/static.py
-=-
Modified: Zope3/branches/3.2/src/zope/app/apidoc/static.py
===================================================================
--- Zope3/branches/3.2/src/zope/app/apidoc/static.py 2005-12-09 15:04:15 UTC (rev 40656)
+++ Zope3/branches/3.2/src/zope/app/apidoc/static.py 2005-12-09 15:18:10 UTC (rev 40657)
@@ -197,7 +197,7 @@
self.browser.setUserAndPassword(self.options.username,
self.options.password)
- self.browser.urltags = urltags
+ self.browser._links_factory.urltags = urltags
if self.options.debug:
self.browser.addheaders.append(('X-zope-handle-errors', False))
More information about the Zope3-Checkins
mailing list