[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/ifacemodule/browser.py
Fixed functional tests.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Aug 23 17:09:19 EDT 2004
Log message for revision 27235:
Fixed functional tests.
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/ifacemodule/browser.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/ifacemodule/browser.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/ifacemodule/browser.py 2004-08-23 20:53:09 UTC (rev 27234)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/apidoc/ifacemodule/browser.py 2004-08-23 21:09:18 UTC (rev 27235)
@@ -58,7 +58,7 @@
# be able to get to the info.
# We remove the Proxy on the interface, so we save ourselves the work of
# removing it later individually from each attribute.
- iface = zapi.removeSecurityProxy(iface)
+ iface = removeAllProxies(iface)
items = {}
for name in iface:
attr = iface[name]
More information about the Zope3-Checkins
mailing list