mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -3,7 +3,7 @@
|
|||
Roger E. Masse
|
||||
"""
|
||||
import cd
|
||||
from test_support import verify, verbose
|
||||
from test_support import verbose
|
||||
|
||||
cdattrs = ['BLOCKSIZE', 'CDROM', 'DATASIZE', 'ERROR', 'NODISC', 'PAUSED', 'PLAYING', 'READY',
|
||||
'STILL', '__doc__', '__name__', 'atime', 'audio', 'catalog', 'control', 'createparser', 'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue