[Zope-Checkins] CVS: Zope2 - DT_Util.py:1.78

chrism@serenade.digicool.com chrism@serenade.digicool.com
Mon, 18 Jun 2001 14:13:10 -0400


Update of /cvs-repository/Zope2/lib/python/DocumentTemplate
In directory serenade:/home/chrism/NewZopeOrg/SoftwareHome/lib/python/DocumentTemplate

Modified Files:
	DT_Util.py 
Log Message:
Import the html_quote function from the html_quote module so that modules that depend on the html_quote function being importable from this one don't fail.


--- Updated File DT_Util.py in package Zope2 --
--- DT_Util.py	2001/05/16 19:07:02	1.77
+++ DT_Util.py	2001/06/18 18:13:09	1.78
@@ -86,6 +86,7 @@
 __version__='$Revision$'[11:-2]
 
 import re, os
+from html_quote import html_quote # for import by other modules, dont remove!
 from RestrictedPython.Guards import safe_builtins
 from RestrictedPython.Utilities import utility_builtins
 from RestrictedPython.Eval import RestrictionCapableEval