summaryrefslogtreecommitdiff
path: root/test/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_oddball.py')
-rw-r--r--test/test_oddball.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_oddball.py b/test/test_oddball.py
index 75cd00ee..113328bb 100644
--- a/test/test_oddball.py
+++ b/test/test_oddball.py
@@ -3,9 +3,8 @@
import os, sys
import coverage
-sys.path.insert(0, os.path.split(__file__)[0]) # Force relative import for Py3k
-from coveragetest import CoverageTest
-import osinfo
+from test.coveragetest import CoverageTest
+from test import osinfo
class ThreadingTest(CoverageTest):
"""Tests of the threading support."""