mirror of https://github.com/python/cpython.git
Add forgotten import
This commit is contained in:
parent
352ca8cbce
commit
6d0cee1170
|
@ -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
|
||||||
|
from xml.dom import HierarchyRequestErr
|
||||||
import xml.parsers.expat
|
import xml.parsers.expat
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
Loading…
Reference in New Issue