Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f39d656

Browse files
committed
Update dom.py
Update import paths
1 parent c4c9a35 commit f39d656

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

‎w3/dom.py

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33

44
# 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /