mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
xml.dom: fix typo, drop unused imports.
This commit is contained in:
parent
fb06746852
commit
6c75301eb6
2 changed files with 1 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue