author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 18 Jul 2013 22:18:50 +0200 | |
branch | stable |
changeset 9173 | f3286e817f28 |
parent 9172 | 57edd7e51496 |
child 9174 | 959dbad7743e |
--- 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'))