Commit 8f98d18c authored by Yusei Tahara's avatar Yusei Tahara

Removed unused arguments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18055 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4d62fc8
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -106,7 +103,7 @@ return order\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>fname=None, user_name=None</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -126,14 +123,12 @@ return order\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>2</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>fname</string>
<string>user_name</string>
<string>order</string>
</tuple>
</value>
......@@ -146,10 +141,7 @@ return order\n
<item>
<key> <string>func_defaults</string> </key>
<value>
<tuple>
<none/>
<none/>
</tuple>
<none/>
</value>
</item>
<item>
......
730
\ No newline at end of file
731
\ 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