diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-12-18 23:42:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-12-18 23:42:35 +0000 |
| commit | ba62a9c7be999f49d89af6c5e0636f6f89bbdd13 (patch) | |
| tree | 41d1f83e32607a40c20a7a7ddb30b10a2ce64141 /taskflow/flow.py | |
| parent | 0cf641b0c294b5d653f4377248d6b3df358f104b (diff) | |
| parent | 4e514f41e57983e728db9025126df6f791a2594a (diff) | |
| download | taskflow-0.6.0.tar.gz | |
Merge "Move over to using oslo.utils [reflection, uuidutils]"0.6.0
Diffstat (limited to 'taskflow/flow.py')
| -rw-r--r-- | taskflow/flow.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/taskflow/flow.py b/taskflow/flow.py index c5fb429..683cf8b 100644 --- a/taskflow/flow.py +++ b/taskflow/flow.py @@ -16,10 +16,9 @@ import abc +from oslo.utils import reflection import six -from taskflow.utils import reflection - # Link metadata keys that have inherent/special meaning. # # This key denotes the link is an invariant that ensures the order is |
