predefine 'actors' attribute for transition definitions

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3905 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-06-19 09:00:05 +00:00
parent a702108a12
commit 24315118a6

View file

@ -69,6 +69,8 @@ class Transition(Action):
implements(ITransition)
actors = None
def __init__(self, name, title, targetState, **kw):
super(Transition, self).__init__(name, title, **kw)
self.targetState = targetState