summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posix.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_posix.py')
-rw-r--r--Lib/test/test_posix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py
index 0989e93..d20a7db 100644
--- a/Lib/test/test_posix.py
+++ b/Lib/test/test_posix.py
@@ -1,6 +1,6 @@
"Test posix functions"
-from test_support import TestSkipped, TestFailed, TESTFN, run_suite
+from test.test_support import TestSkipped, TestFailed, TESTFN, run_suite
try:
import posix