author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 07 Oct 2011 17:18:10 +0200 | |
branch | stable |
changeset 7927 | 44d6e41c0b62 |
parent 7926 | dc0e33a95c05 |
child 7928 | c65fd337fd1d |
schemas/base.py | file | annotate | diff | comparison | revisions |
--- a/schemas/base.py Fri Oct 07 16:58:29 2011 +0200 +++ b/schemas/base.py Fri Oct 07 17:18:10 2011 +0200 @@ -22,7 +22,8 @@ from yams.buildobjs import (EntityType, RelationType, RelationDefinition, SubjectRelation, - String, Datetime, Password, Interval, Boolean) + String, TZDatetime, Datetime, Password, Interval, + Boolean) from cubicweb.schema import ( RQLConstraint, WorkflowableEntityType, ERQLExpression, RRQLExpression, PUB_SYSTEM_ENTITY_PERMS, PUB_SYSTEM_REL_PERMS, PUB_SYSTEM_ATTR_PERMS)