[Python-checkins] CVS: python/dist/src/Lib/email __init__.py,1.3,1.4

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 09 Oct 2001 12:15:01 -0700


Update of /cvsroot/python/python/dist/src/Lib/email
In directory usw-pr-cvs1:/tmp/cvs-serv3978

Modified Files:
	__init__.py 
Log Message:
Fix __all__ to the current list of exported modules (must pass the
tests in test_email.py).


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** __init__.py	2001/10/04 17:05:11	1.3
--- __init__.py	2001/10/09 19:14:59	1.4
***************
*** 10,20 ****
             'Errors',
             'Generator',
-            'Image',
             'Iterators',
             'MIMEBase',
             'Message',
-            'MessageRFC822',
             'Parser',
-            'Text',
             'Utils',
             'message_from_string',
--- 10,21 ----
             'Errors',
             'Generator',
             'Iterators',
+            'MIMEAudio',
             'MIMEBase',
+            'MIMEImage',
+            'MIMEMessage',
+            'MIMEText',
             'Message',
             'Parser',
             'Utils',
             'message_from_string',