Commit be2304bb authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

WIP: workflow: Disable legacy workflow.

parent 164e4631
...@@ -39,11 +39,7 @@ if six.PY2: ...@@ -39,11 +39,7 @@ if six.PY2:
from zLOG import LOG, INFO from zLOG import LOG, INFO
DISPLAY_BOOT_PROCESS = False DISPLAY_BOOT_PROCESS = False
if six.PY3: WITH_LEGACY_WORKFLOW = False
# DCWorkflow python2-only
WITH_LEGACY_WORKFLOW = False
else:
WITH_LEGACY_WORKFLOW = True
# We have a name conflict with source_reference and destination_reference, # We have a name conflict with source_reference and destination_reference,
# which are at the same time property accessors for 'source_reference' # which are at the same time property accessors for 'source_reference'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment