From a4699a71b89fb3965f4c7b4aefb7ebf722494df2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 23 Mar 2001 16:38:12 +0000 Subject: Pick the "escape" function from the standard library instead of from PyXML. --- Doc/tools/sgmlconv/esis2sgml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/sgmlconv/esis2sgml.py b/Doc/tools/sgmlconv/esis2sgml.py index adb8873..a8abacd 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 = () -- cgit v0.12