a bold attempt to fix things broken by MAL's verify patch: import
'verify' iff it's used by a test module...
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index a598a41..b6d4dfa 100755
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -6,7 +6,7 @@
 import fcntl
 import FCNTL
 import os, sys
-from test_support import verify, verbose, TESTFN
+from test_support import verbose, TESTFN
 
 filename = TESTFN