Kaydet (Commit) 2ae0b016 authored tarafından Barry Warsaw's avatar Barry Warsaw

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

tests in test_email.py).
üst a55d132f
......@@ -9,13 +9,14 @@ __version__ = '1.0'
__all__ = ['Encoders',
'Errors',
'Generator',
'Image',
'Iterators',
'MIMEAudio',
'MIMEBase',
'MIMEImage',
'MIMEMessage',
'MIMEText',
'Message',
'MessageRFC822',
'Parser',
'Text',
'Utils',
'message_from_string',
'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