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:
Fredrik Lundh 2001-01-17 21:51:36 +00:00
parent f27cc5bc74
commit f785042433
48 changed files with 54 additions and 51 deletions

View file

@ -6,7 +6,7 @@ import struct
import fcntl
import FCNTL
import os, sys
from test_support import verify, verbose, TESTFN
from test_support import verbose, TESTFN
filename = TESTFN