aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/api/result_handler.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-17 00:49:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-17 00:49:20 +0000
commitad9ee34c16c43cc60326e0ded52c9806794a14c3 (patch)
tree5e3624d22c87cfe263d14f9795af8f281e52878e /qtip/api/result_handler.py
parentf2c42dd67144daf3a9da08751d6b1e757150b4a2 (diff)
parent0b95c723514a0f37b38460cf011061c9e19ebe44 (diff)
Merge "Bugfix:Correct the import path in qtip_server."
Diffstat (limited to 'qtip/api/result_handler.py')
-rw-r--r--qtip/api/result_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/api/result_handler.py b/qtip/api/result_handler.py
index 200330cb..de91cd2c 100644
--- a/qtip/api/result_handler.py
+++ b/qtip/api/result_handler.py
@@ -8,7 +8,7 @@
##############################################################################
import json
import scripts.ref_results.suite_result as suite_result
-import dashboard.pushtoDB as push_to_db
+import qtip.utils.dashboard.pushtoDB as push_to_db
def dump_suite_result(suite_name):