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_sre.py b/Lib/test/test_sre.py
index 0aa8349..88c0d62 100644
--- a/Lib/test/test_sre.py
+++ b/Lib/test/test_sre.py
@@ -6,7 +6,7 @@
 import sys
 sys.path=['.']+sys.path
 
-from test_support import verify, verbose, TestFailed
+from test_support import verbose, TestFailed
 import sre
 import sys, os, string, traceback