From e61ed576ac56aa3ce6206aa3b515a46ac48f1831 Mon Sep 17 00:00:00 2001 From: nemobis Date: Wed, 26 Feb 2014 23:23:40 +0000 Subject: [PATCH] Issue 85: more cross-platform shebang on all scripts git-svn-id: https://wikiteam.googlecode.com/svn/trunk@963 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95 --- batchdownload/launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/batchdownload/launcher.py b/batchdownload/launcher.py index adcf91e..ed42239 100644 --- a/batchdownload/launcher.py +++ b/batchdownload/launcher.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2 #!/usr/bin/python # -*- coding: utf-8 -*-