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 @@ ...@@ -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>
...@@ -83,9 +80,8 @@ respond_event = event_module.newContent(\n ...@@ -83,9 +80,8 @@ respond_event = event_module.newContent(\n
destination=context.getDefaultSource(),\n destination=context.getDefaultSource(),\n
causality=context.getRelativeUrl(),\n causality=context.getRelativeUrl(),\n
)\n )\n
\n
# Change the state to outgoing\n # Change the state to outgoing\n
respond_event.planAction()\n respond_event.plan()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
129 131
\ 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