diff options
author | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-11-16 21:54:28 +0800 |
---|---|---|
committer | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-11-16 22:22:18 +0800 |
commit | 0b95c723514a0f37b38460cf011061c9e19ebe44 (patch) | |
tree | 2c1583b1e1e202c5fe99b2c75bcb080c1a970128 /scripts/ref_results | |
parent | 2b3df7dce52e965ba5992334ce7d3d1c229a9ce9 (diff) |
Bugfix:Correct the import path in qtip_server.
JIRA:QTIP-158
Change-Id: I962b01496346dc2257b069b4feffaef6dd094322
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'scripts/ref_results')
-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 |