schemas/base.py
branchstable
changeset 7927 44d6e41c0b62
parent 7922 d307c3817782
child 7930 664d52cb936d
--- 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)