]> granicus.if.org Git - python/commitdiff
Fix stupidity.
authorTim Peters <tim.peters@gmail.com>
Sat, 13 Jan 2001 03:45:59 +0000 (03:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 13 Jan 2001 03:45:59 +0000 (03:45 +0000)
Lib/test/test_threadedtempfile.py

index a5ee12f59bd03234adf2ae201afe08108e90731c..5b06c18ac8bb7332b9b66fbad93bd6fc5c8d974b 100644 (file)
@@ -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