Commit 934468bc authored by Aurel's avatar Aurel

planAction accessor doesn't exist anylonger, use plan instead

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18607 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b169d779
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -83,9 +80,8 @@ respond_event = event_module.newContent(\n
destination=context.getDefaultSource(),\n
causality=context.getRelativeUrl(),\n
)\n
\n
# Change the state to outgoing\n
respond_event.planAction()\n
respond_event.plan()\n
</string> </value>
</item>
<item>
......
129
\ No newline at end of file
131
\ 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