projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992219f
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 9 Dec 2009 08:58:14 +0000
(09:58 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 9 Dec 2009 08:58:14 +0000
(09:58 +0100)
Cython/Compiler/Interpreter.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Interpreter.py
b/Cython/Compiler/Interpreter.py
index eb7ea92c673e52d4fa209936368bcc37ccf52a66..05252b079cfff2e4b013d5b3ac43a54ea61fdf43 100644
(file)
--- a/
Cython/Compiler/Interpreter.py
+++ b/
Cython/Compiler/Interpreter.py
@@
-8,7
+8,6
@@
compile-time values.
from Nodes import *
from ExprNodes import *
-from Visitor import BasicVisitor
from Errors import CompileError