mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Instead of relative imports, use (implicitly) absolute ones.
This commit is contained in:
parent
067db48997
commit
f8480a7856
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
|
|||
"""#"
|
||||
|
||||
import codecs, types
|
||||
from . import aliases
|
||||
from encodings import aliases
|
||||
|
||||
_cache = {}
|
||||
_unknown = '--unknown--'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue