Commit 8d2ff751 authored by Michel Pelletier's avatar Michel Pelletier

Removed MIMETag from MailHost

parent 09a3627d
......@@ -83,10 +83,10 @@
#
##############################################################################
__doc__='''MailHost Product Initialization
$Id: __init__.py,v 1.12 1999/04/02 15:27:30 michel Exp $'''
__version__='$Revision: 1.12 $'[11:-2]
$Id: __init__.py,v 1.13 1999/04/02 15:40:33 michel Exp $'''
__version__='$Revision: 1.13 $'[11:-2]
import MailHost, SendMailTag, MIMETag
import MailHost, SendMailTag
from ImageFile import ImageFile
classes=('MailHost.MailHost',)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment