Commit 2ae0b016 authored by Barry Warsaw's avatar Barry Warsaw

Fix __all__ to the current list of exported modules (must pass the

tests in test_email.py).
parent a55d132f
...@@ -9,13 +9,14 @@ __version__ = '1.0' ...@@ -9,13 +9,14 @@ __version__ = '1.0'
__all__ = ['Encoders', __all__ = ['Encoders',
'Errors', 'Errors',
'Generator', 'Generator',
'Image',
'Iterators', 'Iterators',
'MIMEAudio',
'MIMEBase', 'MIMEBase',
'MIMEImage',
'MIMEMessage',
'MIMEText',
'Message', 'Message',
'MessageRFC822',
'Parser', 'Parser',
'Text',
'Utils', 'Utils',
'message_from_string', 'message_from_string',
'message_from_file', 'message_from_file',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment