diff -r d1529b46b638 -r b44611f734ba schema.py --- a/schema.py Thu Jul 23 15:16:43 2009 +0200 +++ b/schema.py Thu Jul 23 15:16:49 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')