mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
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:
|
||||
"""Performs a depth-first walk of the AST
|
||||
|
@ -1,4 +1,4 @@
|
||||
from tools import ast
|
||||
from compiler import ast
|
||||
|
||||
class ASTVisitor:
|
||||
"""Performs a depth-first walk of the AST
|
||||
|
Loading…
Reference in New Issue
Block a user