From 23687c5d3791bf1a94c1b32f18cc829b296266ee 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 (cherry picked from commit e7473b631d862110160c3ef95aa6edce11fe2092) --- 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 cb67975be4d25..e73f1989078d8 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