mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Oops, missed an import of test_support.
This commit is contained in:
parent
1bfab7bc01
commit
b5da606dfd
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ the same application, the present example should work just fine. DC
|
|||
"""
|
||||
|
||||
import os, sys, time, thread
|
||||
from test_support import verify, verbose, TestSkipped
|
||||
from test.test_support import verify, verbose, TestSkipped
|
||||
|
||||
try:
|
||||
os.fork
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue