From f785042433f0c43ed1ba2ba0388fc51d79bcf5c3 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Wed, 17 Jan 2001 21:51:36 +0000 Subject: a bold attempt to fix things broken by MAL's verify patch: import 'verify' iff it's used by a test module... --- Lib/test/test_cookie.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_cookie.py') diff --git a/Lib/test/test_cookie.py b/Lib/test/test_cookie.py index 414de31a0c..87d0521b68 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 -- cgit v1.2.1