From 81c348ade3aefa7f945e7044a1eef05a40b719af Mon Sep 17 00:00:00 2001 From: David Lynch Date: Mon, 5 Jan 2015 04:18:50 +0000 Subject: [PATCH] Make properly executable --- leech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 leech.py diff --git a/leech.py b/leech.py old mode 100644 new mode 100755 index d7de46d..7693030 --- a/leech.py +++ b/leech.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import argparse import importlib