mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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,6 +1,6 @@
|
|||
# Test audioop.
|
||||
import audioop
|
||||
from test_support import verify, verbose
|
||||
from test_support import verbose
|
||||
|
||||
def gendata1():
|
||||
return '\0\1\2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue