summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index a63719ea..2e438396 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -11,8 +11,8 @@ import pytest
import coverage
from coverage import env
-from coverage.backward import import_local_file
from coverage.files import abs_file
+from coverage.misc import import_local_file
from tests.coveragetest import CoverageTest
from tests import osinfo