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_cookie.py b/Lib/test/test_cookie.py
index 414de31..87d0521 100644
--- a/Lib/test/test_cookie.py
+++ b/Lib/test/test_cookie.py
@@ -2,6 +2,7 @@
 
 from test_support import verify
 import Cookie
+from test_support import verify, verbose
 
 # Currently this only tests SimpleCookie