Commit 292d2221 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

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

parent 5f8f0cb7
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.getVcsTool().setLogin(auth, user, password)\n <value> <string>context.getVcsTool().setLogin(auth, user, password)\n
\n \n
return context.REQUEST.traverseName(context, caller)(**caller_kw)\n return context.restrictedTraverse(caller)(**caller_kw)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
676 677
\ No newline at end of file \ No newline at end of file
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