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_atexit.py b/Lib/test/test_atexit.py
index f76f110..517610b 100644
--- a/Lib/test/test_atexit.py
+++ b/Lib/test/test_atexit.py
@@ -1,5 +1,5 @@
 # Test the exit module
-from test_support import verify, verbose
+from test_support import verbose
 import atexit
 
 def handler1():