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/MIMEText.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/MIMEText.py')
-rw-r--r-- | Lib/email/MIMEText.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/MIMEText.py b/Lib/email/MIMEText.py index b099598..ccce9fb 100644 --- a/Lib/email/MIMEText.py +++ b/Lib/email/MIMEText.py @@ -8,7 +8,7 @@ import MIMEBase from Encoders import encode_7or8bit - + class MIMEText(MIMEBase.MIMEBase): """Class for generating text/* type MIME documents.""" |