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
1 changed files with 1 additions and 1 deletions

View File

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