Fix stupidity.

This commit is contained in:
Tim Peters 2001-01-13 03:45:59 +00:00
parent 9fadfb0d1d
commit 73cbc5e616
1 changed files with 1 additions and 1 deletions

View 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