]> granicus.if.org Git - python/commitdiff
Fix __all__ to the current list of exported modules (must pass the
authorBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 19:14:59 +0000 (19:14 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 19:14:59 +0000 (19:14 +0000)
tests in test_email.py).

Lib/email/__init__.py

index 499511400851e96aaf4e4aab5305958abe325c9e..c13495b4b887c132b5bf8e0897f3fc9a64269285 100644 (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',