Patch #103885: Add dynamic registration and lookup of DOM implementations.

This commit is contained in:
Martin v. Löwis 2001-02-22 14:05:50 +00:00
parent f5d3ea00b9
commit 7edbd4ffb4
4 changed files with 111 additions and 0 deletions

View file

@ -115,3 +115,5 @@ class NamespaceErr(DOMException):
class InvalidAccessErr(DOMException):
code = INVALID_ACCESS_ERR
from domreg import getDOMImplementation,registerDOMImplementation