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_rgbimg.py b/Lib/test/test_rgbimg.py
index b078d47..f2622e4 100644
--- a/Lib/test/test_rgbimg.py
+++ b/Lib/test/test_rgbimg.py
@@ -2,7 +2,7 @@
 
 import rgbimg, os, uu
 
-from test_support import verify, verbose, unlink, findfile
+from test_support import verbose, unlink, findfile
 
 class error(Exception):
     pass