changeset 4434 | 101344a6ff9b |
parent 4252 | 6c4f109c2b03 |
child 4466 | 8b0ca7904820 |
--- a/schema.py Wed Feb 03 09:21:47 2010 +0100 +++ b/schema.py Tue Feb 02 18:24:45 2010 +0100 @@ -55,6 +55,12 @@ 'constrained_by', 'cstrtype', )) +WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow', + 'WorkflowTransition', 'BaseTransition', + 'SubWorkflowExitPoint')) +INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri')) + + _LOGGER = getLogger('cubicweb.schemaloader') # schema entities created from serialized schema have an eid rproperty