Commit 1645e8e5 authored by Gabriel Monnerat's avatar Gabriel Monnerat

'Products.ERP5Type.JSON' is deprecated; use 'json' instead.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44412 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 241969fe
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>from Products.ERP5Type.JSON import dumps\n <value> <string>from json import dumps\n
\n \n
request = context.REQUEST\n request = context.REQUEST\n
\n \n
......
709 710
\ 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