mirror of https://github.com/python/cpython.git
fix import to refer to compiler package
This commit is contained in:
parent
abd7ebf70b
commit
9812e7bc6a
|
@ -1,4 +1,4 @@
|
||||||
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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue