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_imgfile.py b/Lib/test/test_imgfile.py
index 5606bb0..8eb330d 100755
--- a/Lib/test/test_imgfile.py
+++ b/Lib/test/test_imgfile.py
@@ -4,7 +4,7 @@
    Roger E. Masse
 """
 
-from test_support import verify, verbose, unlink, findfile
+from test_support import verbose, unlink, findfile
 
 import imgfile, uu, os