mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Add forgotten import
This commit is contained in:
parent
352ca8cbce
commit
6d0cee1170
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# test for xml.dom.minidom
|
||||
|
||||
from xml.dom.minidom import parse, Node, Document, parseString
|
||||
from xml.dom import HierarchyRequestErr
|
||||
import xml.parsers.expat
|
||||
|
||||
import os.path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue