From: Stefan Behnel Date: Thu, 16 Dec 2010 18:49:55 +0000 (+0100) Subject: drop unused import X-Git-Tag: 0.14.1rc0~13^2~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43bdaf62f744d65d79d7b891b50f72f5647c77e6;p=cython.git drop unused import --- diff --git a/Cython/Compiler/TreeFragment.py b/Cython/Compiler/TreeFragment.py index 11721d14..c50f4f95 100644 --- a/Cython/Compiler/TreeFragment.py +++ b/Cython/Compiler/TreeFragment.py @@ -5,7 +5,7 @@ import re from StringIO import StringIO from Scanning import PyrexScanner, StringSourceDescriptor -from Symtab import BuiltinScope, ModuleScope +from Symtab import ModuleScope import Symtab import PyrexTypes from Visitor import VisitorTransform