Commit e2b46031 authored by Kevin Deldycke's avatar Kevin Deldycke

**kw parameter not needed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8579 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3011518d
...@@ -83,17 +83,13 @@ return context.WebSite_getUrl()\n ...@@ -83,17 +83,13 @@ return context.WebSite_getUrl()\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_web/WebSite_getDocumentUrl</string> </value>
</item>
<item>
<key> <string>_owner</string> </key>
<value> <value>
<none/> <none/>
</value> </value>
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>**kw</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -119,9 +115,8 @@ return context.WebSite_getUrl()\n ...@@ -119,9 +115,8 @@ return context.WebSite_getUrl()\n
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>kw</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>document</string> <string>document</string>
<string>None</string> <string>None</string>
</tuple> </tuple>
......
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