From: Tim Peters Date: Sat, 13 Jan 2001 03:45:59 +0000 (+0000) Subject: Fix stupidity. X-Git-Tag: v2.1a1~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73cbc5e6166358ca3b6c0600533af0cd03fdeea6;p=python Fix stupidity. --- diff --git a/Lib/test/test_threadedtempfile.py b/Lib/test/test_threadedtempfile.py index a5ee12f59b..5b06c18ac8 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