Add forgotten import

This commit is contained in:
Andrew M. Kuchling 2001-01-02 20:56:42 +00:00
parent 352ca8cbce
commit 6d0cee1170
1 changed files with 1 additions and 0 deletions

View File

@ -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