|
2 | 2 |
|
3 | 3 |
|
4 | 4 | # Bring in subpackages.
|
5 | | -from w3.python.core import DOMException |
6 | | -from w3.python.core import DOMImplementation |
7 | | -from w3.python.core import DOMString |
8 | | -from w3.python.core import Node |
9 | | -from w3.python.core import NodeType |
10 | | -from w3.python.core import NodeList |
| 5 | +from w3.python.core.type import DOMString |
| 6 | +from w3.python.core.exception import DOMException |
| 7 | +from w3.python.core.interface import DOMImplementation |
| 8 | +from w3.python.core.interface import Document |
| 9 | +from w3.python.core.interface import Node |
| 10 | +from w3.python.core.interface import NodeList |
| 11 | +from w3.python.core.interface import NodeList |
| 12 | +from w3.python.core.interface import NamedNodeMap |
| 13 | +from w3.python.core.interface import CharacterData |
| 14 | +from w3.python.core.interface import Attr |
| 15 | +from w3.python.core.interface import Element |
| 16 | +from w3.python.core.interface import Text |
| 17 | +from w3.python.core.interface import Comment |
| 18 | +from w3.python.core.interface import CDATASection |
| 19 | +from w3.python.core.interface import DocumentType |
| 20 | +from w3.python.core.interface import Notation |
| 21 | +from w3.python.core.interface import EntityReference |
| 22 | +from w3.python.core.interface import ProcessingInstruction |
0 commit comments