diff options
-rw-r--r-- | Lib/compiler/visitor.py | 2 | ||||
-rw-r--r-- | Tools/compiler/compiler/visitor.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/compiler/visitor.py b/Lib/compiler/visitor.py index 5bdf108..7392662 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 5bdf108..7392662 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 |