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_string.py b/Lib/test/test_string.py
index fd1cbae..3574719 100644
--- a/Lib/test/test_string.py
+++ b/Lib/test/test_string.py
@@ -1,4 +1,4 @@
-from test_support import verify, verbose, TestSkipped
+from test_support import verbose, TestSkipped
 import string_tests
 import string, sys