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 @@ ...@@ -64,7 +64,7 @@
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>predicate=None</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -84,12 +84,13 @@ ...@@ -84,12 +84,13 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>predicate</string>
<string>False</string> <string>False</string>
</tuple> </tuple>
</value> </value>
...@@ -102,7 +103,9 @@ ...@@ -102,7 +103,9 @@
<item> <item>
<key> <string>func_defaults</string> </key> <key> <string>func_defaults</string> </key>
<value> <value>
<tuple>
<none/> <none/>
</tuple>
</value> </value>
</item> </item>
<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