summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_minidom.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-01-02 20:56:42 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-01-02 20:56:42 (GMT)
commit6d0cee117004ab01b6b6945e8f0fa33b75041723 (patch)
treee3972ad59515259fd3443599847f74da7b1231ee /Lib/test/test_minidom.py
parent352ca8cbcea5e7ff9f1673933a5039a7192e156d (diff)
downloadcpython-6d0cee117004ab01b6b6945e8f0fa33b75041723.zip
cpython-6d0cee117004ab01b6b6945e8f0fa33b75041723.tar.gz
cpython-6d0cee117004ab01b6b6945e8f0fa33b75041723.tar.bz2
Add forgotten import
Diffstat (limited to 'Lib/test/test_minidom.py')
-rw-r--r--Lib/test/test_minidom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_minidom.py b/Lib/test/test_minidom.py
index 32bf385..ee105c2 100644
--- a/Lib/test/test_minidom.py
+++ b/Lib/test/test_minidom.py
@@ -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