summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-02-02 11:27:48 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-02-02 11:27:48 -0500
commit75d05bdefc18d5d1c736ff5379dc233ec3847974 (patch)
treebe1f409c7e330564399dbdf7b96863d88a3479fb /tests/test_oddball.py
parentd5f8295256d04ba8cb5b42a16ce741a34c9bb3c5 (diff)
downloadpython-coveragepy-75d05bdefc18d5d1c736ff5379dc233ec3847974.tar.gz
Directory changed: test->tests. Adapt.
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 113328b..60fab48 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."""