# HG changeset patch # User Sylvain Thénault # Date 1248354432 -7200 # Node ID b6b98198ca5233b54c8e71fa320b8a06b3f7571a # Parent 44b2eea35efabc194615025c7bb16fcd89115609 cleanup diff -r 44b2eea35efa -r b6b98198ca52 schema.py --- 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')