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_gdbm.py b/Lib/test/test_gdbm.py
index dfd05b7..67c67eb 100755
--- a/Lib/test/test_gdbm.py
+++ b/Lib/test/test_gdbm.py
@@ -5,7 +5,7 @@
 
 import gdbm
 from gdbm import error
-from test_support import verify, verbose, TestFailed
+from test_support import verbose, TestFailed
 
 filename= '/tmp/delete_me'