schemas/base.py
branchstable
changeset 7927 44d6e41c0b62
parent 7922 d307c3817782
child 7930 664d52cb936d
equal deleted inserted replaced
7926:dc0e33a95c05 7927:44d6e41c0b62
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    21 _ = unicode
    21 _ = unicode
    22 
    22 
    23 from yams.buildobjs import (EntityType, RelationType, RelationDefinition,
    23 from yams.buildobjs import (EntityType, RelationType, RelationDefinition,
    24                             SubjectRelation,
    24                             SubjectRelation,
    25                             String, Datetime, Password, Interval, Boolean)
    25                             String, TZDatetime, Datetime, Password, Interval,
       
    26                             Boolean)
    26 from cubicweb.schema import (
    27 from cubicweb.schema import (
    27     RQLConstraint, WorkflowableEntityType, ERQLExpression, RRQLExpression,
    28     RQLConstraint, WorkflowableEntityType, ERQLExpression, RRQLExpression,
    28     PUB_SYSTEM_ENTITY_PERMS, PUB_SYSTEM_REL_PERMS, PUB_SYSTEM_ATTR_PERMS)
    29     PUB_SYSTEM_ENTITY_PERMS, PUB_SYSTEM_REL_PERMS, PUB_SYSTEM_ATTR_PERMS)
    29 
    30 
    30 class CWUser(WorkflowableEntityType):
    31 class CWUser(WorkflowableEntityType):