projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
386fa1d
)
it's Cython, not Pyrex :)
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 10 May 2008 12:46:37 +0000
(14:46 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 10 May 2008 12:46:37 +0000
(14:46 +0200)
Cython/Utils.py
patch
|
blob
|
history
diff --git
a/Cython/Utils.py
b/Cython/Utils.py
index 12ba39ffdd0a31c23497b8929219b4548512ede5..20125e24372712f062056f1e7a045a303ce41de4 100644
(file)
--- a/
Cython/Utils.py
+++ b/
Cython/Utils.py
@@
-28,7
+28,7
@@
def castrate_file(path, st):
f.seek(0, 0)
f.truncate()
f.write(
- "#error Do not use this file, it is the result of a failed
Pyrex
compilation.\n")
+ "#error Do not use this file, it is the result of a failed
Cython
compilation.\n")
f.close()
if st:
os.utime(path, (st.st_atime, st.st_mtime))