[schema] mark CWDataImport as an internal type. Closes #3025536 stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Jul 2013 22:18:50 +0200
branchstable
changeset 9173 f3286e817f28
parent 9172 57edd7e51496
child 9174 959dbad7743e
[schema] mark CWDataImport as an internal type. Closes #3025536
schema.py
--- a/schema.py	Fri Jul 19 15:52:06 2013 +0200
+++ b/schema.py	Thu Jul 18 22:18:50 2013 +0200
@@ -84,7 +84,7 @@
                       'WorkflowTransition', 'BaseTransition',
                       'SubWorkflowExitPoint'))
 
-INTERNAL_TYPES = set(('CWProperty', 'CWCache', 'ExternalUri',
+INTERNAL_TYPES = set(('CWProperty', 'CWCache', 'ExternalUri', 'CWDataImport',
                       'CWSource', 'CWSourceHostConfig', 'CWSourceSchemaConfig'))