mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
a bold attempt to fix things broken by MAL's verify patch: import
'verify' iff it's used by a test module...
This commit is contained in:
parent
f27cc5bc74
commit
f785042433
48 changed files with 54 additions and 51 deletions
|
@ -1,7 +1,7 @@
|
|||
# Test to see if openpty works. (But don't worry if it isn't available.)
|
||||
|
||||
import os
|
||||
from test_support import verify, verbose, TestFailed, TestSkipped
|
||||
from test_support import verbose, TestFailed, TestSkipped
|
||||
|
||||
try:
|
||||
if verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue