summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/domreg.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-03-05 11:35:15 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-03-05 11:35:15 (GMT)
commit6c75301eb6892170dcbea634b3be5cfa179c3d2e (patch)
tree74c5b819630a0e5ef854832a68003200dd2d8b59 /Lib/xml/dom/domreg.py
parentfb06746852f8d84455e15fe8ba650e87fc37fe97 (diff)
downloadcpython-6c75301eb6892170dcbea634b3be5cfa179c3d2e.zip
cpython-6c75301eb6892170dcbea634b3be5cfa179c3d2e.tar.gz
cpython-6c75301eb6892170dcbea634b3be5cfa179c3d2e.tar.bz2
xml.dom: fix typo, drop unused imports.
Diffstat (limited to 'Lib/xml/dom/domreg.py')
-rw-r--r--Lib/xml/dom/domreg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/xml/dom/domreg.py b/Lib/xml/dom/domreg.py
index cb35bb0..8c3d901 100644
--- a/Lib/xml/dom/domreg.py
+++ b/Lib/xml/dom/domreg.py
@@ -2,8 +2,6 @@
directly. Instead, the functions getDOMImplementation and
registerDOMImplementation should be imported from xml.dom."""
-from xml.dom.minicompat import * # isinstance, StringTypes
-
# This is a list of well-known implementations. Well-known names
# should be published by posting to xml-sig@python.org, and are
# subsequently recorded in this file.