mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
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 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# test for xml.dom.minidom
|
# test for xml.dom.minidom
|
||||||
|
|
||||||
from xml.dom.minidom import parse, Node, Document, parseString
|
from xml.dom.minidom import parse, Node, Document, parseString
|
||||||
|
import xml.parsers.expat
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue