projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb10f2
)
removed debug code
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 17 Oct 2007 07:55:16 +0000
(09:55 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 17 Oct 2007 07:55:16 +0000
(09:55 +0200)
Cython/Distutils/build_ext.py
patch
|
blob
|
history
diff --git
a/Cython/Distutils/build_ext.py
b/Cython/Distutils/build_ext.py
index f30f47c3b07418d8fd96c94512154d34b68f9c9f..60585e91a1178d943bfa72949eeb09aad946135b 100644
(file)
--- a/
Cython/Distutils/build_ext.py
+++ b/
Cython/Distutils/build_ext.py
@@
-22,7
+22,6
@@
try:
compile as cython_compile
from Cython.Compiler.Errors import PyrexError
except ImportError, e:
- print e
PyrexError = None
from distutils.command import build_ext as _build_ext