mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix stupidity.
This commit is contained in:
parent
9fadfb0d1d
commit
73cbc5e616
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue