projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d950c
)
Make cython.py executable and add Unix shebang
author
Dag Sverre Seljebotn
<dagss@student.matnat.uio.no>
Wed, 6 Apr 2011 18:50:44 +0000
(20:50 +0200)
committer
Dag Sverre Seljebotn
<dagss@student.matnat.uio.no>
Wed, 6 Apr 2011 18:50:44 +0000
(20:50 +0200)
cython.py
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/cython.py
b/cython.py
old mode 100644
(file)
new mode 100755
(executable)
index
cf07a8b
..
5dbd25c
--- a/
cython.py
+++ b/
cython.py
@@
-1,3
+1,5
@@
+#!/usr/bin/env python
+
#
# Cython -- Main Program, generic
#