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_dl.py b/Lib/test/test_dl.py
index c5b3bb4..60a5cf0 100755
--- a/Lib/test/test_dl.py
+++ b/Lib/test/test_dl.py
@@ -4,7 +4,7 @@
 """
 
 import dl
-from test_support import verify, verbose,TestSkipped
+from test_support import verbose,TestSkipped
 
 sharedlibs = [
     ('/usr/lib/libc.so', 'getpid'),