[schema] CWComputedRType is a schema type
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 23 Sep 2014 17:34:36 +0200
changeset 9974 b240b33c7125
parent 9973 bbe05c74eb92
child 9990 c84ad981fc4a
[schema] CWComputedRType is a schema type Hide it from the default views.
schema.py
--- a/schema.py	Tue Sep 23 14:19:11 2014 +0200
+++ b/schema.py	Tue Sep 23 17:34:36 2014 +0200
@@ -83,7 +83,7 @@
 
 # set of entity and relation types used to build the schema
 SCHEMA_TYPES = set((
-    'CWEType', 'CWRType', 'CWAttribute', 'CWRelation',
+    'CWEType', 'CWRType', 'CWComputedRType', 'CWAttribute', 'CWRelation',
     'CWConstraint', 'CWConstraintType', 'CWUniqueTogetherConstraint',
     'RQLExpression',
     'specializes',