From 0b95c723514a0f37b38460cf011061c9e19ebe44 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Wed, 16 Nov 2016 21:54:28 +0800 Subject: Bugfix:Correct the import path in qtip_server. JIRA:QTIP-158 Change-Id: I962b01496346dc2257b069b4feffaef6dd094322 Signed-off-by: zhifeng.jiang --- scripts/ref_results/suite_result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ref_results/suite_result.py') 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 -- cgit 1.2.3-korg