Commit 8451cda6 authored by Barry Warsaw's avatar Barry Warsaw

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

the parser built into ImportErrors.
parent 6961c377
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment