projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b64b5
)
More Pyrex --> Cython
author
William Stein
<wstein@gmail.com>
Sat, 28 Jul 2007 20:48:16 +0000
(13:48 -0700)
committer
William Stein
<wstein@gmail.com>
Sat, 28 Jul 2007 20:48:16 +0000
(13:48 -0700)
bin/cython
patch
|
blob
|
history
diff --git
a/bin/cython
b/bin/cython
index b604d4d0f150f705810f7f210c525217a9e2599a..2acad0d0e74b732609493eda83dd6bd7cb0c499e 100644
(file)
--- a/
bin/cython
+++ b/
bin/cython
@@
-1,8
+1,8
@@
#!/usr/bin/env python
#
-#
Pyrex
-- Main Program, Unix
+#
Cython
-- Main Program, Unix
#
-from
Pyrex
.Compiler.Main import main
+from
Cython
.Compiler.Main import main
main(command_line = 1)