From 527e64fd68046cb6e2ff35afaf077160346d37ff Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 4 Oct 2001 05:36:56 +0000 Subject: Whitespace normalization. --- Lib/email/Parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/Parser.py') diff --git a/Lib/email/Parser.py b/Lib/email/Parser.py index 81763dc006..e8a3b92725 100644 --- a/Lib/email/Parser.py +++ b/Lib/email/Parser.py @@ -14,7 +14,7 @@ EMPTYSTRING = '' NL = '\n' - + class Parser: def __init__(self, _class=Message.Message): """Parser of RFC 2822 and MIME email messages. -- cgit v1.2.1