Commit 7b41fe40 authored by Jean-Paul Smets's avatar Jean-Paul Smets

add spaces in expression

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb5d1d98
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -111,7 +108,7 @@ try:\n ...@@ -111,7 +108,7 @@ try:\n
except Exception, e:\n except Exception, e:\n
msg = str(e)\n msg = str(e)\n
\n \n
return req.RESPONSE.redirect(context.absolute_url()+\'?portal_status_message=\'+msg)\n return req.RESPONSE.redirect(context.absolute_url() + \'?portal_status_message=\'+msg)\n
]]></string> </value> ]]></string> </value>
...@@ -167,6 +164,7 @@ return req.RESPONSE.redirect(context.absolute_url()+\'?portal_status_message=\'+ ...@@ -167,6 +164,7 @@ return req.RESPONSE.redirect(context.absolute_url()+\'?portal_status_message=\'+
<string>_getiter_</string> <string>_getiter_</string>
<string>f</string> <string>f</string>
<string>value</string> <string>value</string>
<string>_inplacevar_</string>
<string>_write_</string> <string>_write_</string>
<string>append</string> <string>append</string>
<string>$append0</string> <string>$append0</string>
......
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