equal
deleted
inserted
replaced
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): |