diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-04-05 04:22:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-05 04:22:26 +0000 |
commit | 12d6fcac3b51d8b6326b5eef3fcfec08d6713d4a (patch) | |
tree | 0a6ccd3b70ac78163e8dfb0fef5895c9eafd36b6 /api/utils/common.py | |
parent | ce91fca5ade5ede330bf4c799dbffdf1b4762a9a (diff) | |
parent | b74d875134b988a26441d559a9e700aaa68d6a0c (diff) |
Merge "Yardstick virtualenv support"
Diffstat (limited to 'api/utils/common.py')
-rw-r--r-- | api/utils/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/utils/common.py b/api/utils/common.py index 3e9bf8f8b..f8b0d40ba 100644 --- a/api/utils/common.py +++ b/api/utils/common.py @@ -11,10 +11,10 @@ import collections import logging from flask import jsonify +import six from api.utils.daemonthread import DaemonThread from yardstick.cmd.cli import YardstickCLI -import six logger = logging.getLogger(__name__) |