summaryrefslogtreecommitdiffstats
path: root/qtip/api/result_handler.py
diff options
context:
space:
mode:
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):