diff options
author | Barry Warsaw <barry@python.org> | 2001-10-04 17:05:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-10-04 17:05:11 (GMT) |
commit | e968ead1dd80fd7fb97cd273626b530996ea0c7b (patch) | |
tree | 986c2f9398dfb612c92f1b20c14702c9aa7390ad /Lib/email/MIMEMessage.py | |
parent | a68ca35a8bc56d572ac6ab343ce6359bbd3ab5cc (diff) | |
download | cpython-e968ead1dd80fd7fb97cd273626b530996ea0c7b.zip cpython-e968ead1dd80fd7fb97cd273626b530996ea0c7b.tar.gz cpython-e968ead1dd80fd7fb97cd273626b530996ea0c7b.tar.bz2 |
Give me back my page breaks.
Diffstat (limited to 'Lib/email/MIMEMessage.py')
-rw-r--r-- | Lib/email/MIMEMessage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/MIMEMessage.py b/Lib/email/MIMEMessage.py index 11bdb3b..fc4b2c6 100644 --- a/Lib/email/MIMEMessage.py +++ b/Lib/email/MIMEMessage.py @@ -8,7 +8,7 @@ import Message import MIMEBase - + class MIMEMessage(MIMEBase.MIMEBase): """Class representing message/* MIME documents.""" |