mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Use absolute imports
This commit is contained in:
parent
480725d4c5
commit
b902f4e401
7 changed files with 11 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
This file is automatically generated by Tools/compiler/astgen.py
|
||||
"""
|
||||
from consts import CO_VARARGS, CO_VARKEYWORDS
|
||||
from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
|
||||
|
||||
def flatten(seq):
|
||||
l = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue