schema.py
branchstable
changeset 4759 af2e6c377c71
parent 4757 5d937aeaa6fb
child 4834 b718626a0e60
equal deleted inserted replaced
4758:0efdcf0fa4c7 4759:af2e6c377c71
    48     'relation_type', 'from_entity', 'to_entity',
    48     'relation_type', 'from_entity', 'to_entity',
    49     'constrained_by', 'cstrtype',
    49     'constrained_by', 'cstrtype',
    50     ))
    50     ))
    51 
    51 
    52 WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',
    52 WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',
    53                          'WorkflowTransition', 'BaseTransition',
    53                       'WorkflowTransition', 'BaseTransition',
    54                          'SubWorkflowExitPoint'))
    54                       'SubWorkflowExitPoint'))
       
    55 
    55 INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri'))
    56 INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri'))
    56 
    57 
    57 
    58 
    58 _LOGGER = getLogger('cubicweb.schemaloader')
    59 _LOGGER = getLogger('cubicweb.schemaloader')
    59 
    60