mirror of https://github.com/python/cpython.git
Fix stupidity.
This commit is contained in:
parent
9fadfb0d1d
commit
73cbc5e616
|
@ -21,7 +21,7 @@
|
||||||
FILES_PER_THREAD = 50 # change w/ -f option
|
FILES_PER_THREAD = 50 # change w/ -f option
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
from test.test_support import TestFailed
|
from test_support import TestFailed
|
||||||
import StringIO
|
import StringIO
|
||||||
from traceback import print_exc
|
from traceback import print_exc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue