entities/test/data/migration/postcreate.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 13 Jan 2010 17:40:53 +0100
changeset 4233 94ffaecd8e8c
parent 2920 64322aa83a1d
child 5421 8167de96c523
permissions -rw-r--r--
ouch, has_perm was always returning False...

wf = add_workflow(u'bmk wf', 'Bookmark')
wf.add_state(u'hop', initial=True)