summaryrefslogtreecommitdiff
path: root/taskflow/examples/resume_vm_boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/examples/resume_vm_boot.py')
-rw-r--r--taskflow/examples/resume_vm_boot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/taskflow/examples/resume_vm_boot.py b/taskflow/examples/resume_vm_boot.py
index 514f333..f400d0d 100644
--- a/taskflow/examples/resume_vm_boot.py
+++ b/taskflow/examples/resume_vm_boot.py
@@ -31,9 +31,10 @@ top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
sys.path.insert(0, top_dir)
sys.path.insert(0, self_dir)
+from oslo.utils import uuidutils
+
from taskflow import engines
from taskflow import exceptions as exc
-from taskflow.openstack.common import uuidutils
from taskflow.patterns import graph_flow as gf
from taskflow.patterns import linear_flow as lf
from taskflow import task