Added an "import xml.parsers.expat" to turn errors due to not having

the parser built into ImportErrors.
This commit is contained in:
Barry Warsaw 2000-09-26 18:00:20 +00:00
parent 97693b0479
commit c79dff679f
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
import xml.parsers.expat
import os.path
import sys