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/MIMEBase.py | |
parent | a68ca35a8bc56d572ac6ab343ce6359bbd3ab5cc (diff) | |
download | cpython-git-e968ead1dd80fd7fb97cd273626b530996ea0c7b.tar.gz |
Give me back my page breaks.
Diffstat (limited to 'Lib/email/MIMEBase.py')
-rw-r--r-- | Lib/email/MIMEBase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/MIMEBase.py b/Lib/email/MIMEBase.py index c4ff3037a3..33216f6acb 100644 --- a/Lib/email/MIMEBase.py +++ b/Lib/email/MIMEBase.py @@ -7,7 +7,7 @@ import Message - + class MIMEBase(Message.Message): """Base class for MIME specializations.""" |