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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4699a71b89fb3965f4c7b4aefb7ebf722494df2;p=python 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 adb887312a..a8abacde4a 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 = ()