diff options
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index 113328bb..60fab48f 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -3,8 +3,8 @@ import os, sys import coverage -from test.coveragetest import CoverageTest -from test import osinfo +from tests.coveragetest import CoverageTest +from tests import osinfo class ThreadingTest(CoverageTest): """Tests of the threading support.""" |