schema.py
branchstable
changeset 4759 af2e6c377c71
parent 4757 5d937aeaa6fb
child 4834 b718626a0e60
--- a/schema.py	Wed Mar 03 17:39:22 2010 +0100
+++ b/schema.py	Wed Mar 03 17:42:19 2010 +0100
@@ -50,8 +50,9 @@
     ))
 
 WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',
-                         'WorkflowTransition', 'BaseTransition',
-                         'SubWorkflowExitPoint'))
+                      'WorkflowTransition', 'BaseTransition',
+                      'SubWorkflowExitPoint'))
+
 INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri'))