mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Use *absolute* imports now that they are required. (Should this go into 2.5?)
This commit is contained in:
parent
1e32b6927f
commit
28c31982eb
1 changed files with 1 additions and 1 deletions
|
@ -136,4 +136,4 @@ XHTML_NAMESPACE = "http://www.w3.org/1999/xhtml"
|
|||
EMPTY_NAMESPACE = None
|
||||
EMPTY_PREFIX = None
|
||||
|
||||
from domreg import getDOMImplementation,registerDOMImplementation
|
||||
from .domreg import getDOMImplementation,registerDOMImplementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue