schema.py
changeset 2437 b6b98198ca52
parent 2374 ea1a44e4ad62
child 2456 aa25d6b244c8
--- 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')