qa/tasks/thrashosds: fix imports for py3

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
This commit is contained in:
Kyr Shatskyy 2019-12-16 01:47:28 +01:00 committed by Kefu Chai
parent fc5662957b
commit c26ea687d4

View File

@ -3,7 +3,7 @@ Thrash -- Simulate random osd failures.
"""
import contextlib
import logging
import ceph_manager
from tasks import ceph_manager
from teuthology import misc as teuthology