diff options
author | Barry Warsaw <barry@python.org> | 2001-10-04 17:05:11 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-10-04 17:05:11 +0000 |
commit | e968ead1dd80fd7fb97cd273626b530996ea0c7b (patch) | |
tree | 986c2f9398dfb612c92f1b20c14702c9aa7390ad /Lib/email/Parser.py | |
parent | a68ca35a8bc56d572ac6ab343ce6359bbd3ab5cc (diff) | |
download | cpython-git-e968ead1dd80fd7fb97cd273626b530996ea0c7b.tar.gz |
Give me back my page breaks.
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 e8a3b92725..81763dc006 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. |