diff options
Diffstat (limited to 'Lib/xml/dom/__init__.py')
| -rw-r--r-- | Lib/xml/dom/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/xml/dom/__init__.py b/Lib/xml/dom/__init__.py index 2dbb695..aa19ca1 100644 --- a/Lib/xml/dom/__init__.py +++ b/Lib/xml/dom/__init__.py @@ -115,3 +115,5 @@ class NamespaceErr(DOMException): class InvalidAccessErr(DOMException): code = INVALID_ACCESS_ERR + +from domreg import getDOMImplementation,registerDOMImplementation |
