fix import to refer to compiler package

This commit is contained in:
Jeremy Hylton 2000-03-06 18:54:30 +00:00
parent abd7ebf70b
commit 9812e7bc6a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from tools import ast
from compiler import ast
class ASTVisitor:
"""Performs a depth-first walk of the AST

View File

@ -1,4 +1,4 @@
from tools import ast
from compiler import ast
class ASTVisitor:
"""Performs a depth-first walk of the AST