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_imageop.py b/Lib/test/test_imageop.py
index 3a63e3c..7a6981e 100755
--- a/Lib/test/test_imageop.py
+++ b/Lib/test/test_imageop.py
@@ -5,7 +5,7 @@
    Roger E. Masse
 """
 
-from test_support import verify, verbose, unlink
+from test_support import verbose, unlink
 
 import imageop, uu