mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix __all__ to the current list of exported modules (must pass the
tests in test_email.py).
This commit is contained in:
parent
a55d132f08
commit
2ae0b0163a
1 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue