From e7473b631d862110160c3ef95aa6edce11fe2092 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Sat, 15 Feb 2020 11:17:41 +0100 Subject: [PATCH] qa/tasks/mgr: fix imports for py3 Signed-off-by: Kyr Shatskyy --- qa/tasks/mgr/test_crash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/mgr/test_crash.py b/qa/tasks/mgr/test_crash.py index 149221e9f60..aeeb89e9814 100644 --- a/qa/tasks/mgr/test_crash.py +++ b/qa/tasks/mgr/test_crash.py @@ -1,6 +1,6 @@ -from mgr_test_case import MgrTestCase +from tasks.mgr.mgr_test_case import MgrTestCase import json import logging -- 2.39.5