schema.py
branchstable
changeset 6827 e730b401f00e
parent 6481 103774c8c215
child 6861 9d4e11d6e783
equal deleted inserted replaced
6826:149c31b0e28a 6827:e730b401f00e
    81 WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',
    81 WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',
    82                       'WorkflowTransition', 'BaseTransition',
    82                       'WorkflowTransition', 'BaseTransition',
    83                       'SubWorkflowExitPoint'))
    83                       'SubWorkflowExitPoint'))
    84 
    84 
    85 INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri',
    85 INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri',
    86                       'CWSource', 'CWSourceAlias',
    86                       'CWSource', 'CWSourceHostConfig',
    87 ))
    87 ))
    88 
    88 
    89 
    89 
    90 _LOGGER = getLogger('cubicweb.schemaloader')
    90 _LOGGER = getLogger('cubicweb.schemaloader')
    91 
    91