# HG changeset patch # User Sylvain Thénault # Date 1374178730 -7200 # Node ID f3286e817f28ee08e8c1f190ed8bdf47cc576934 # Parent 57edd7e514960af57ca5a74744814f8bb448d4f2 [schema] mark CWDataImport as an internal type. Closes #3025536 diff -r 57edd7e51496 -r f3286e817f28 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'))