Commit 9980596d authored by Jérome Perrin's avatar Jérome Perrin

use boolean constants to make API easier to understand

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24844 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 943cb4c5
......@@ -89,7 +89,7 @@ return Base_translateString("${year} years old", mapping=interval_dict)\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>at_date=None, year=0</string> </value>
<value> <string>at_date=None, year=False</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
490
\ No newline at end of file
491
\ 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