Commit 9812e7bc authored by Jeremy Hylton's avatar Jeremy Hylton

fix import to refer to compiler package

parent abd7ebf7
from tools import ast from compiler import ast
class ASTVisitor: class ASTVisitor:
"""Performs a depth-first walk of the AST """Performs a depth-first walk of the AST
......
from tools import ast from compiler import ast
class ASTVisitor: class ASTVisitor:
"""Performs a depth-first walk of the AST """Performs a depth-first walk of the AST
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment