schemas/base.py
changeset 2297 4cf57dd80650
parent 2140 1cba3393ba01
child 2434 ed85d69576b4
child 2438 576f4d51f826
--- a/schemas/base.py	Tue Jul 07 11:36:26 2009 +0200
+++ b/schemas/base.py	Tue Jul 07 11:36:51 2009 +0200
@@ -9,8 +9,9 @@
 _ = unicode
 
 from yams.buildobjs import (EntityType, RelationType, SubjectRelation,
-                            String, Boolean, Datetime)
-from cubicweb.schema import RQLConstraint
+                            String, Boolean, Datetime, Password)
+from cubicweb.schema import (RQLConstraint, WorkflowableEntityType,
+                             ERQLExpression, RRQLExpression)
 from cubicweb.schemas import META_ETYPE_PERMS, META_RTYPE_PERMS
 
 class CWUser(WorkflowableEntityType):