diff options
-rw-r--r-- | Lib/test/test_threadedtempfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_threadedtempfile.py b/Lib/test/test_threadedtempfile.py index a5ee12f..5b06c18 100644 --- a/Lib/test/test_threadedtempfile.py +++ b/Lib/test/test_threadedtempfile.py @@ -21,7 +21,7 @@ NUM_THREADS = 20 # change w/ -t option 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 |