]> granicus.if.org Git - python/commitdiff
__all__: Updated
authorBarry Warsaw <barry@python.org>
Mon, 30 Sep 2002 20:41:33 +0000 (20:41 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Sep 2002 20:41:33 +0000 (20:41 +0000)
Lib/email/__init__.py

index fd129a349a9248a701d9b615ba158642f5dc499e..4c892ff3fe0bbb6524bfcdbe44ab45e8ae91cb7e 100644 (file)
@@ -6,26 +6,28 @@
 
 __version__ = '2.4'
 
-__all__ = ['Charset',
-           'Encoders',
-           'Errors',
-           'Generator',
-           'Header',
-           'Iterators',
-           'MIMEAudio',
-           'MIMEBase',
-           'MIMEImage',
-           'MIMEMessage',
-           'MIMEText',
-           'Message',
-           'Parser',
-           'Utils',
-           'base64MIME',
-           'quopriMIME',
-           'message_from_string',
-           'message_from_file',
-           ]
-
+__all__ = [
+    'base64MIME',
+    'Charset',
+    'Encoders',
+    'Errors',
+    'Generator',
+    'Header',
+    'Iterators',
+    'Message',
+    'MIMEAudio',
+    'MIMEBase',
+    'MIMEImage',
+    'MIMEMessage',
+    'MIMEMultipart',
+    'MIMENonMultipart',
+    'MIMEText',
+    'Parser',
+    'quopriMIME',
+    'Utils',
+    'message_from_string',
+    'message_from_file',
+    ]
 
 try:
     True, False