mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Use proper py3k syntax for relative import (from . import foo)
This commit is contained in:
parent
fe25e236ed
commit
c5c45ba30f
2 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
##
|
||||
|
||||
import copy
|
||||
import ElementTree
|
||||
from . import ElementTree
|
||||
|
||||
XINCLUDE = "{http://www.w3.org/2001/XInclude}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue