Commit b920982c authored by Jeffrey Shell's avatar Jeffrey Shell

minor fixings

parent 49514924
......@@ -2,6 +2,8 @@ from Globals import Persistent, HTMLFile, HTML
from socket import *
import Acquisition, sys, regex, string
#$Id: MailForm.py,v 1.3 1997/09/09 16:09:13 jeffrey Exp $
__version__ = "$Revision: 1.3 $"[11:-2]
smtpError = "SMTP Error"
addForm=HTMLFile('MailForm/addMailForm_form')
......@@ -167,3 +169,8 @@ def decapitate(message,
)
return headerDict, body
#$Log: MailForm.py,v $
#Revision 1.3 1997/09/09 16:09:13 jeffrey
#minor fixings
#
\ No newline at end of file
......@@ -8,8 +8,8 @@
#
##############################################################################
__doc__='''MailForm Product Initialization
$Id: __init__.py,v 1.1 1997/09/08 19:37:27 jeffrey Exp $'''
__version__='$Revision: 1.1 $'[11:-2]
$Id: __init__.py,v 1.2 1997/09/09 16:09:13 jeffrey Exp $'''
__version__='$Revision: 1.2 $'[11:-2]
import MailForm
......@@ -22,4 +22,7 @@ __.methods={
'manage_addMailForm': MailForm.add,
}
#$log:$
#$Log: __init__.py,v $
#Revision 1.2 1997/09/09 16:09:13 jeffrey
#minor fixings
#
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