removed now unused import
authorStefan Behnel <scoder@users.berlios.de>
Sat, 25 Oct 2008 13:17:14 +0000 (15:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 25 Oct 2008 13:17:14 +0000 (15:17 +0200)
Cython/Compiler/Builtin.py

index 2cf373736af339bfaf81bff87f6085a7283e1267..2b9136aa096ef451323427f523acf056a9ae0dc3 100644 (file)
@@ -6,7 +6,6 @@ from Symtab import BuiltinScope, StructOrUnionScope
 from Cython.Utils import UtilityCode
 from TypeSlots import Signature
 import PyrexTypes
-import __builtin__
 
 builtin_function_table = [
     # name,        args,   return,  C API func,           py equiv = "*"