Fix stupidity.
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 @@
 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