commit | f27cc5bc74372032ce9c42e9f6321458df6da2f7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jan 17 21:43:06 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jan 17 21:43:06 2001 +0000 |
tree | 17f56f87fe08ab63ef74d3c8e4c0622394366435 | |
parent | 722642902e19513fd9d9f5bc9d01f04c8fc7f4c7 [diff] [blame] |
Marc-Andre must not have run these tests -- they used verify() but didn't import it. Also got rid of some inconsistent spaces inside parentheses in test_gzip.py.
diff --git a/Lib/test/test_cookie.py b/Lib/test/test_cookie.py index 8dd0f6f..414de31 100644 --- a/Lib/test/test_cookie.py +++ b/Lib/test/test_cookie.py
@@ -1,5 +1,6 @@ # Simple test suite for Cookie.py +from test_support import verify import Cookie # Currently this only tests SimpleCookie