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

tests in test_email.py).
This commit is contained in:
Barry Warsaw 2001-10-09 19:14:59 +00:00
parent a55d132f08
commit 2ae0b0163a
1 changed files with 4 additions and 3 deletions

View File

@ -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',