diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-11-17 00:49:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-17 00:49:20 +0000 |
commit | ad9ee34c16c43cc60326e0ded52c9806794a14c3 (patch) | |
tree | 5e3624d22c87cfe263d14f9795af8f281e52878e /scripts | |
parent | f2c42dd67144daf3a9da08751d6b1e757150b4a2 (diff) | |
parent | 0b95c723514a0f37b38460cf011061c9e19ebe44 (diff) |
Merge "Bugfix:Correct the import path in qtip_server."
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ref_results/suite_result.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ref_results/suite_result.py b/scripts/ref_results/suite_result.py index 217181f9..66213391 100644 --- a/scripts/ref_results/suite_result.py +++ b/scripts/ref_results/suite_result.py @@ -9,7 +9,7 @@ import json import importlib import sys -from utils import logger_utils +from qtip.utils import logger_utils from os.path import expanduser logger = logger_utils.QtipLogger('suite_result').get |