commit | 9812e7bc6a86b5b72f1c2d3dda795d7358092572 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Mar 06 18:54:30 2000 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Mar 06 18:54:30 2000 +0000 |
tree | c17eb537352b3f2d6add677799858c7edf35596c | |
parent | abd7ebf70bbb149b3872d26925ebab21b740cd58 [diff] [blame] |
fix import to refer to compiler package
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