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_binhex.py b/Lib/test/test_binhex.py
index 4cee4fb..a2b2a2c 100755
--- a/Lib/test/test_binhex.py
+++ b/Lib/test/test_binhex.py
@@ -6,7 +6,7 @@
 """
 import binhex
 import tempfile
-from test_support import verify, verbose, TestSkipped
+from test_support import verbose, TestSkipped
 
 def test():