Commit ffe8dbd4 authored by Aurel's avatar Aurel

use new-style predicate script

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37526 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cef3b001
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>predicate=None</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -84,12 +84,13 @@
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>predicate</string>
<string>False</string>
</tuple>
</value>
......@@ -102,7 +103,9 @@
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
<tuple>
<none/>
</tuple>
</value>
</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