Commit b5af664c authored by Yusuke Muraoka's avatar Yusuke Muraoka

init script is given some arguments. sorry

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33575 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef63d39a
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>*args, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -90,6 +90,8 @@
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
</tuple>
......
1133
\ No newline at end of file
1134
\ No newline at end of file
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>*args, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -90,6 +90,8 @@
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
</tuple>
......
83
\ No newline at end of file
84
\ 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