projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c050817
)
removed now unused import
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 25 Oct 2008 13:17:14 +0000
(15:17 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 25 Oct 2008 13:17:14 +0000
(15:17 +0200)
Cython/Compiler/Builtin.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Builtin.py
b/Cython/Compiler/Builtin.py
index 2cf373736af339bfaf81bff87f6085a7283e1267..2b9136aa096ef451323427f523acf056a9ae0dc3 100644
(file)
--- a/
Cython/Compiler/Builtin.py
+++ b/
Cython/Compiler/Builtin.py
@@
-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 = "*"