From 3ea89a78125969e7302aeddf76ae0742e2fa46c5 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 29 Dec 2017 22:26:06 +0100 Subject: [PATCH] Explicitly set python version in hashbang Signed-off-by: Jan Lindemann --- scripts/process-text-files.py | 2 +- scripts/trim-src.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/process-text-files.py b/scripts/process-text-files.py index f5e5f17..83fe180 100644 --- a/scripts/process-text-files.py +++ b/scripts/process-text-files.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/scripts/trim-src.py b/scripts/trim-src.py index 5d88a55..7ac2317 100644 --- a/scripts/trim-src.py +++ b/scripts/trim-src.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- from abc import abstractmethod