Commit 7d4c1759 authored by Chris McDonough's avatar Chris McDonough

Import the html_quote function from the html_quote module so that modules that...

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.
parent eebb151e
......@@ -82,10 +82,11 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
'''$Id: DT_Util.py,v 1.77 2001/05/16 19:07:02 evan Exp $'''
__version__='$Revision: 1.77 $'[11:-2]
'''$Id: DT_Util.py,v 1.78 2001/06/18 18:13:09 chrism Exp $'''
__version__='$Revision: 1.78 $'[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
......
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