From: Dag Sverre Seljebotn Date: Wed, 6 Apr 2011 18:50:44 +0000 (+0200) Subject: Make cython.py executable and add Unix shebang X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5173f9e37de4bddda59c76b6e48fe8ccfc9692f1;p=cython.git Make cython.py executable and add Unix shebang --- diff --git a/cython.py b/cython.py old mode 100644 new mode 100755 index cf07a8bc..5dbd25c0 --- a/cython.py +++ b/cython.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # # Cython -- Main Program, generic #