From c411dbaeee29dba87d5432a92fe76ea65d8e25f0 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 16 Jul 2002 21:35:23 +0000 Subject: Whitespace normalization. --- Lib/test/test_httplib.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_httplib.py') diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py index 09f92fc46a9..f70abec7ea5 100644 --- a/Lib/test/test_httplib.py +++ b/Lib/test/test_httplib.py @@ -56,4 +56,3 @@ r.begin() cookies = r.getheader("Set-Cookie") if cookies != hdr: raise AssertionError, "multiple headers not combined properly" - -- cgit v1.2.3