From 5173f9e37de4bddda59c76b6e48fe8ccfc9692f1 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Wed, 6 Apr 2011 20:50:44 +0200 Subject: [PATCH] Make cython.py executable and add Unix shebang --- cython.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 cython.py 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 # -- 2.26.2