entities/test/data/migration/postcreate.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 21 Apr 2010 16:53:25 +0200 (2010-04-21)
branchstable
changeset 5367 4176a50c81c9
parent 2920 64322aa83a1d
child 5421 8167de96c523
permissions -rw-r--r--
[form] small api cleanup and refactoring before documenting the form system
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2920
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
wf = add_workflow(u'bmk wf', 'Bookmark')
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
wf.add_state(u'hop', initial=True)