From 979be83b70dd251ae578b85c849d2a565a9edd97 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Fri, 6 May 2016 09:12:28 +0300 Subject: [PATCH] correct shebang --- files/img2clip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/img2clip b/files/img2clip index d4449cb..b8d891e 100755 --- a/files/img2clip +++ b/files/img2clip @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/env python import pygtk,gtk,os,sys pygtk.require('2.0') from argparse import ArgumentParser