]> granicus.if.org Git - python/commitdiff
fix import to refer to compiler package
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Mar 2000 18:54:30 +0000 (18:54 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Mar 2000 18:54:30 +0000 (18:54 +0000)
Lib/compiler/visitor.py
Tools/compiler/compiler/visitor.py

index 5bdf108f874a527fc7ada45730ee2d0ec7a404e1..739266252890072dcb086d069f7a1de2ae3907ba 100644 (file)
@@ -1,4 +1,4 @@
-from tools import ast
+from compiler import ast
 
 class ASTVisitor:
     """Performs a depth-first walk of the AST
index 5bdf108f874a527fc7ada45730ee2d0ec7a404e1..739266252890072dcb086d069f7a1de2ae3907ba 100644 (file)
@@ -1,4 +1,4 @@
-from tools import ast
+from compiler import ast
 
 class ASTVisitor:
     """Performs a depth-first walk of the AST