Commit 989a4f6d authored by Sebastien Robin's avatar Sebastien Robin

add method that will returns the list of sequences

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25282 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 161aa133
......@@ -166,3 +166,6 @@ class SequenceList:
sequence.play(context, sequence_number=i, quiet=quiet)
i+=1
def getSequenceList(self):
return self._sequence_list
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