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 @@ ...@@ -53,7 +53,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.setData(None)\n <value> <string>context.setData("")\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
<tuple> <tuple>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>None</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
435 436
\ No newline at end of file \ 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