diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-06-29 12:07:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-29 12:07:27 +0000 |
commit | 9ba594fa3f34d551d34abd7582281ce081924c67 (patch) | |
tree | 43e32e6d2a5ca9c09b47ef698f24abe784d8f6cc /api/resources/asynctask.py | |
parent | 8996240be14d6f7979a6ae02dd474b03d50e79d9 (diff) | |
parent | da62008a0a98cb8793ea42827a7da5e149edd144 (diff) |
Merge "Call core code directly in the API of run test case"
Diffstat (limited to 'api/resources/asynctask.py')
-rw-r--r-- | api/resources/asynctask.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/resources/asynctask.py b/api/resources/asynctask.py index dd2a71003..1f70501d2 100644 --- a/api/resources/asynctask.py +++ b/api/resources/asynctask.py @@ -9,7 +9,7 @@ import uuid from api.utils import common as common_utils -from api.database.models import AsyncTasks +from api.database.v1.models import AsyncTasks def default(args): |