From 3724ac91c8c841fd62ccc42f932eaa8eaaa4cd74 Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Thu, 22 Jan 2015 18:40:12 +0000 Subject: [PATCH] reinstate #!/usr/bin/env python3 in script files --- openlp.py | 1 - scripts/check_dependencies.py | 1 + scripts/jenkins_script.py | 1 + scripts/translation_utils.py | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/openlp.py b/openlp.py index df8cab15d..7b4b81635 100755 --- a/openlp.py +++ b/openlp.py @@ -1,4 +1,3 @@ -#!/usr/bin/env # -*- coding: utf-8 -*- # vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4 diff --git a/scripts/check_dependencies.py b/scripts/check_dependencies.py index 623d2a19f..dc2284427 100755 --- a/scripts/check_dependencies.py +++ b/scripts/check_dependencies.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4 diff --git a/scripts/jenkins_script.py b/scripts/jenkins_script.py index ff1e2501c..10d5efed6 100755 --- a/scripts/jenkins_script.py +++ b/scripts/jenkins_script.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4 diff --git a/scripts/translation_utils.py b/scripts/translation_utils.py index c0da97838..666129f33 100755 --- a/scripts/translation_utils.py +++ b/scripts/translation_utils.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4