Commit d88738aa authored by Tim Peters's avatar Tim Peters

Fix stupidity.

parent 3febf46d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment