Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
6053665c
Commit
6053665c
authored
Jun 07, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collector #2287: added import of render_blocks (removed
while replacing an import * by a more selective import)
parent
6150e9df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/MailHost/SendMailTag.py
lib/python/Products/MailHost/SendMailTag.py
+3
-3
No files found.
lib/python/Products/MailHost/SendMailTag.py
View file @
6053665c
...
...
@@ -82,11 +82,11 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__rcs_id__
=
'$Id: SendMailTag.py,v 1.1
1 2001/04/27 20:27:42 shane
Exp $'
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: SendMailTag.py,v 1.1
2 2001/06/07 22:34:22 andreas
Exp $'
__version__
=
'$Revision: 1.1
2
$'
[
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment