From 0880f32d053cbb6e6fb587472a8fe53eaf46c8c5 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 9 Dec 2009 09:58:14 +0100 Subject: [PATCH] cleanup --- Cython/Compiler/Interpreter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Interpreter.py b/Cython/Compiler/Interpreter.py index eb7ea92c..05252b07 100644 --- 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 -- 2.26.2