From ad09367f13086b5bbd05c8136020cc2d4b87f939 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Tue, 28 Apr 2009 15:02:54 +0200 Subject: [PATCH] Whoops, committed debug code. Undoing. --- Cython/Compiler/Visitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Visitor.py b/Cython/Compiler/Visitor.py index 6e40d858..c7739f8d 100644 --- a/Cython/Compiler/Visitor.py +++ b/Cython/Compiler/Visitor.py @@ -150,7 +150,6 @@ class TreeVisitor(BasicVisitor): except Errors.CompileError: raise except Exception, e: - raise import sys trace = [''] for parent, attribute, index in self.access_path: -- 2.26.2