Pick the "escape" function from the standard library instead of from PyXML.
This commit is contained in:
parent
ce19496ec1
commit
a4699a71b8
|
@ -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 = ()
|
||||||
|
|
Loading…
Reference in New Issue