Pick the "escape" function from the standard library instead of from PyXML.

This commit is contained in:
Fred Drake 2001-03-23 16:38:12 +00:00
parent ce19496ec1
commit a4699a71b8

View File

@ -17,7 +17,7 @@ import os
import re
import string
from xml.utils import escape
from xml.sax.saxutils import escape
AUTOCLOSE = ()