author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 23 Jul 2009 15:07:12 +0200 | |
changeset 2437 | b6b98198ca52 |
parent 2436 | 44b2eea35efa |
child 2448 | 16261e66e421 |
--- a/schema.py Thu Jul 23 15:07:08 2009 +0200 +++ b/schema.py Thu Jul 23 15:07:12 2009 +0200 @@ -45,9 +45,6 @@ 'CWConstraint', 'CWConstraintType', 'RQLExpression', 'relation_type', 'from_entity', 'to_entity', 'constrained_by', 'cstrtype', - # XXX those are not really "schema" entity types - # but we usually don't want them as @* targets - 'CWProperty', 'CWPermission', 'State', 'Transition', )) _LOGGER = getLogger('cubicweb.schemaloader')