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_strop.py b/Lib/test/test_strop.py
index d444f3d..5770046 100644
--- a/Lib/test/test_strop.py
+++ b/Lib/test/test_strop.py
@@ -1,4 +1,4 @@
-from test_support import verify, verbose
+from test_support import verbose
 import strop, sys
 
 def test(name, input, output, *args):