Use absolute imports

This commit is contained in:
Neal Norwitz 2006-04-03 04:45:34 +00:00
parent 480725d4c5
commit b902f4e401
7 changed files with 11 additions and 10 deletions

View file

@ -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 = []