summaryrefslogtreecommitdiff
path: root/cython.py
diff options
context:
space:
mode:
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>2011-04-06 20:50:44 +0200
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>2011-04-06 20:50:44 +0200
commit5173f9e37de4bddda59c76b6e48fe8ccfc9692f1 (patch)
tree3f77965408b235a891db108246cd2a9fe6166e18 /cython.py
parentc1d950ceca2320791df8db4ce11fce6c61666783 (diff)
downloadcython-5173f9e37de4bddda59c76b6e48fe8ccfc9692f1.tar.gz
Make cython.py executable and add Unix shebang
Diffstat (limited to 'cython.py')
-rwxr-xr-x[-rw-r--r--]cython.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cython.py b/cython.py
index cf07a8bcd..5dbd25c03 100644..100755
--- a/cython.py
+++ b/cython.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
#
# Cython -- Main Program, generic
#