Commit 69fe8d31 authored by Rafael Monnerat's avatar Rafael Monnerat

Replace None for "".

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28990 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41be7182
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.setData(None)\n
<value> <string>context.setData("")\n
</string> </value>
</item>
<item>
......@@ -92,7 +92,6 @@
<tuple>
<string>_getattr_</string>
<string>context</string>
<string>None</string>
</tuple>
</value>
</item>
......
435
\ No newline at end of file
436
\ 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