Commit 6053665c authored by Andreas Jung's avatar Andreas Jung

Collector #2287: added import of render_blocks (removed

while replacing an import * by a more selective import)
parent 6150e9df
......@@ -82,11 +82,11 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__rcs_id__='$Id: SendMailTag.py,v 1.11 2001/04/27 20:27:42 shane Exp $'
__version__='$Revision: 1.11 $'[11:-2]
__rcs_id__='$Id: SendMailTag.py,v 1.12 2001/06/07 22:34:22 andreas Exp $'
__version__='$Revision: 1.12 $'[11:-2]
from MailHost import MailBase
from DocumentTemplate.DT_Util import parse_params
from DocumentTemplate.DT_Util import parse_params,render_blocks
from DocumentTemplate.DT_String import String
from socket import gethostname
import string
......
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