diff --git a/Lib/compiler/visitor.py b/Lib/compiler/visitor.py index 5bdf108f874..73926625289 100644 --- a/Lib/compiler/visitor.py +++ b/Lib/compiler/visitor.py @@ -1,4 +1,4 @@ -from tools import ast +from compiler import ast class ASTVisitor: """Performs a depth-first walk of the AST diff --git a/Tools/compiler/compiler/visitor.py b/Tools/compiler/compiler/visitor.py index 5bdf108f874..73926625289 100644 --- a/Tools/compiler/compiler/visitor.py +++ b/Tools/compiler/compiler/visitor.py @@ -1,4 +1,4 @@ -from tools import ast +from compiler import ast class ASTVisitor: """Performs a depth-first walk of the AST