Ok, compiler.transformer can really be imported now

This commit is contained in:
Neal Norwitz 2006-03-24 07:07:34 +00:00
parent 0fb43762d5
commit 2b499436b5
3 changed files with 6 additions and 6 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 = []