mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
fix import to refer to compiler package
This commit is contained in:
parent
abd7ebf70b
commit
9812e7bc6a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
from tools import ast
|
||||
from compiler import ast
|
||||
|
||||
class ASTVisitor:
|
||||
"""Performs a depth-first walk of the AST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue