diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-09-26 09:41:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-09-26 09:41:36 +0000 |
| commit | 02884174d55aa49fbf221b120fc324153529b20f (patch) | |
| tree | 7b66c1c8f268133e03558619167f9f087990d7a4 /taskflow/tests/unit/worker_based | |
| parent | dbf117aaf5eaf59a8b5d3c0516add2b708ce3e73 (diff) | |
| parent | aaa51fd689db73f40088eba7a07ac8a131aad528 (diff) | |
| download | taskflow-02884174d55aa49fbf221b120fc324153529b20f.tar.gz | |
Merge "Switch to using oslo.utils and oslo.serialization"
Diffstat (limited to 'taskflow/tests/unit/worker_based')
| -rw-r--r-- | taskflow/tests/unit/worker_based/test_executor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/tests/unit/worker_based/test_executor.py b/taskflow/tests/unit/worker_based/test_executor.py index e6c97e1..cc184df 100644 --- a/taskflow/tests/unit/worker_based/test_executor.py +++ b/taskflow/tests/unit/worker_based/test_executor.py @@ -19,10 +19,10 @@ import time from concurrent import futures import mock +from oslo.utils import timeutils from taskflow.engines.worker_based import executor from taskflow.engines.worker_based import protocol as pr -from taskflow.openstack.common import timeutils from taskflow import test from taskflow.tests import utils from taskflow.utils import misc |
