diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 +0000 |
commit | 527e64fd68046cb6e2ff35afaf077160346d37ff (patch) | |
tree | 3cf41f7c2d1dcaabb1e36a89981820e2e4922800 /Lib/email/Parser.py | |
parent | 2f93e28a19e3f250e8c19f9f4334cfa76f5e3645 (diff) | |
download | cpython-git-527e64fd68046cb6e2ff35afaf077160346d37ff.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/email/Parser.py')
-rw-r--r-- | Lib/email/Parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |