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