commit | 6d0cee117004ab01b6b6945e8f0fa33b75041723 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 02 20:56:42 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 02 20:56:42 2001 +0000 |
tree | e3972ad59515259fd3443599847f74da7b1231ee | |
parent | 352ca8cbcea5e7ff9f1673933a5039a7192e156d [diff] |
Add forgotten import
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