Skip to content

Commit

Permalink
Import the html_quote function from the html_quote module so that mod…
Browse files Browse the repository at this point in the history
…ules that depend on the html_quote function being importable from this one don't fail.
  • Loading branch information
mcdonc committed Jun 18, 2001
1 parent 1070b1a commit 0989957
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DT_Util.py
Expand Up @@ -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
Expand Down

0 comments on commit 0989957

Please sign in to comment.