diff options
Diffstat (limited to 'Lib/test/test_popen2.py')
-rw-r--r-- | Lib/test/test_popen2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_popen2.py b/Lib/test/test_popen2.py index c67dd712d9..cf3a09465a 100644 --- a/Lib/test/test_popen2.py +++ b/Lib/test/test_popen2.py @@ -5,7 +5,7 @@ import os import sys -from test_support import TestSkipped +from test.test_support import TestSkipped # popen2 contains its own testing routine # which is especially useful to see if open files |