author | Laurent Peuch <cortex@worlddomination.be> |
Wed, 27 Feb 2019 13:41:34 +0100 | |
branch | 3.26 |
changeset 12469 | f5f1db1e6872 |
parent 12468 | 3c66259723d9 |
child 12470 | 4ed60412d02d |
--- a/doc/book/devrepo/datamodel/define-workflows.rst Thu Feb 21 18:46:39 2019 +0100 +++ b/doc/book/devrepo/datamodel/define-workflows.rst Wed Feb 27 13:41:34 2019 +0100 @@ -67,7 +67,8 @@ .. sourcecode:: python - _ = unicode + from cubicweb import _ + moderators = add_entity('CWGroup', name=u"moderators")