entities/test/data/migration/postcreate.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 14 Dec 2009 17:54:45 +0100
branchstable
changeset 4119 85bb30fb6d9b
parent 2920 64322aa83a1d
child 5421 8167de96c523
permissions -rw-r--r--
fix name error
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)