]> granicus.if.org Git - python/commitdiff
Added an "import xml.parsers.expat" to turn errors due to not having
authorBarry Warsaw <barry@python.org>
Tue, 26 Sep 2000 18:00:20 +0000 (18:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 26 Sep 2000 18:00:20 +0000 (18:00 +0000)
the parser built into ImportErrors.

Lib/test/test_minidom.py

index 8a63535e2fc8dd9250460d8ac922189130499811..52bd5c7d00a0a5defb232fc98caea9a4da4de447 100644 (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