From: Kyr Shatskyy Date: Sat, 15 Feb 2020 10:17:41 +0000 (+0100) Subject: qa/tasks/mgr: fix imports for py3 X-Git-Tag: v16.0.0~52^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e7473b631d862110160c3ef95aa6edce11fe2092;p=ceph-ci.git qa/tasks/mgr: fix imports for py3 Signed-off-by: Kyr Shatskyy --- 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