schemas/workflow.py
branchstable
changeset 4719 aaed3f813ef8
parent 4644 021035b9a7ab
child 4805 2d0aa2b7da02
equal deleted inserted replaced
4718:3dc3ad02d091 4719:aaed3f813ef8
     7 """
     7 """
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 _ = unicode
     9 _ = unicode
    10 
    10 
    11 from yams.buildobjs import (EntityType, RelationType, SubjectRelation,
    11 from yams.buildobjs import (EntityType, RelationType, SubjectRelation,
    12                             ObjectRelation, RichString, String)
    12                             RichString, String)
    13 from cubicweb.schema import RQLConstraint, RQLUniqueConstraint
    13 from cubicweb.schema import RQLConstraint, RQLUniqueConstraint
    14 from cubicweb.schemas import (META_ETYPE_PERMS, META_RTYPE_PERMS,
    14 from cubicweb.schemas import (META_ETYPE_PERMS, META_RTYPE_PERMS,
    15                               HOOKS_RTYPE_PERMS)
    15                               HOOKS_RTYPE_PERMS)
    16 
    16 
    17 class Workflow(EntityType):
    17 class Workflow(EntityType):