diff --git a/Lib/test/test_threadedtempfile.py b/Lib/test/test_threadedtempfile.py index a5ee12f59bd..5b06c18ac8b 100644 --- a/Lib/test/test_threadedtempfile.py +++ b/Lib/test/test_threadedtempfile.py @@ -21,7 +21,7 @@ FILES_PER_THREAD = 50 # change w/ -f option import threading -from test.test_support import TestFailed +from test_support import TestFailed import StringIO from traceback import print_exc