Commit a71ef5bd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use restrictedTraverse instead of traverseName that is now private since Zope2-2.13.21.

parent 78fd5129
...@@ -56,7 +56,7 @@ trust_dict=dict((x, request[x]) for x in (\n ...@@ -56,7 +56,7 @@ trust_dict=dict((x, request[x]) for x in (\n
\n \n
context.getVcsTool().acceptSSLServer(trust_dict, True)\n context.getVcsTool().acceptSSLServer(trust_dict, True)\n
\n \n
return request.traverseName(context, caller)(**caller_kw)\n return context.restrictedTraverse(caller)(**caller_kw)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment