From dd443ccd1fdc5f3248677ce38ebad22ffe08b698 Mon Sep 17 00:00:00 2001 From: Cyrille Giquello Date: Tue, 23 Oct 2012 23:18:17 +0200 Subject: [PATCH] use env to find the Python engine --- indicator-chars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indicator-chars.py b/indicator-chars.py index 545c2d9..6434a1e 100755 --- a/indicator-chars.py +++ b/indicator-chars.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Very simple chars indicator. -- 2.7.4