mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +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 @@ class UserDataHandler:
|
|||
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