cubicweb/schema.py
changeset 11775 39cf9e55ada8
parent 11767 432f87a63057
child 11852 dfcc3f74b3c8
--- a/cubicweb/schema.py	Wed Oct 05 15:30:10 2016 +0200
+++ b/cubicweb/schema.py	Thu Oct 06 12:11:23 2016 +0200
@@ -71,7 +71,7 @@
 SYSTEM_RTYPES = set(('in_group', 'require_group',
                      # cwproperty
                      'for_user',
-                     'cw_schema', 'cw_import_of', 'cw_for_source',
+                     'cw_import_of',
                      'cw_host_config_of',
                      )) | WORKFLOW_RTYPES
 NO_I18NCONTEXT = META_RTYPES | WORKFLOW_RTYPES
@@ -96,8 +96,7 @@
                       'SubWorkflowExitPoint'))
 
 INTERNAL_TYPES = set(('CWProperty', 'CWCache', 'ExternalUri', 'CWDataImport',
-                      'CWSource', 'CWSourceHostConfig', 'CWSourceSchemaConfig',
-                      'CWSession'))
+                      'CWSource', 'CWSourceHostConfig', 'CWSession'))
 
 UNIQUE_CONSTRAINTS = ('SizeConstraint', 'FormatConstraint',
                       'StaticVocabularyConstraint',