summaryrefslogtreecommitdiff
path: root/taskflow/atom.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-18 23:42:35 +0000
committerGerrit Code Review <review@openstack.org>2014-12-18 23:42:35 +0000
commitba62a9c7be999f49d89af6c5e0636f6f89bbdd13 (patch)
tree41d1f83e32607a40c20a7a7ddb30b10a2ce64141 /taskflow/atom.py
parent0cf641b0c294b5d653f4377248d6b3df358f104b (diff)
parent4e514f41e57983e728db9025126df6f791a2594a (diff)
downloadtaskflow-0.6.0.tar.gz
Merge "Move over to using oslo.utils [reflection, uuidutils]"0.6.0
Diffstat (limited to 'taskflow/atom.py')
-rw-r--r--taskflow/atom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/atom.py b/taskflow/atom.py
index 2cd665a..3131664 100644
--- a/taskflow/atom.py
+++ b/taskflow/atom.py
@@ -15,11 +15,11 @@
# License for the specific language governing permissions and limitations
# under the License.
+from oslo.utils import reflection
import six
from taskflow import exceptions
from taskflow.utils import misc
-from taskflow.utils import reflection
def _save_as_to_mapping(save_as):