From: Fred Drake Date: Fri, 23 Mar 2001 16:38:12 +0000 (+0000) Subject: Pick the "escape" function from the standard library instead of from PyXML. X-Git-Tag: v2.1b2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4699a71b89fb3965f4c7b4aefb7ebf722494df2;p=thirdparty%2FPython%2Fcpython.git Pick the "escape" function from the standard library instead of from PyXML. --- diff --git a/Doc/tools/sgmlconv/esis2sgml.py b/Doc/tools/sgmlconv/esis2sgml.py index adb887312a07..a8abacde4a3e 100755 --- a/Doc/tools/sgmlconv/esis2sgml.py +++ b/Doc/tools/sgmlconv/esis2sgml.py @@ -17,7 +17,7 @@ import os import re import string -from xml.utils import escape +from xml.sax.saxutils import escape AUTOCLOSE = ()