mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
|
|
@ -4,7 +4,7 @@
|
|||
"""
|
||||
|
||||
import errno
|
||||
from test_support import verify, verbose
|
||||
from test_support import verbose
|
||||
|
||||
errors = ['E2BIG', 'EACCES', 'EADDRINUSE', 'EADDRNOTAVAIL', 'EADV',
|
||||
'EAFNOSUPPORT', 'EAGAIN', 'EALREADY', 'EBADE', 'EBADF',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue