Added an "import xml.parsers.expat" to turn errors due to not having
the parser built into ImportErrors.
This commit is contained in:
parent
97693b0479
commit
c79dff679f
|
@ -1,6 +1,7 @@
|
|||
# test for xml.dom.minidom
|
||||
|
||||
from xml.dom.minidom import parse, Node, Document, parseString
|
||||
import xml.parsers.expat
|
||||
|
||||
import os.path
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue