From ac23ad5013e47e26bb53cfe7fb73d970891e94e3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 29 Dec 2017 20:30:35 +0100 Subject: pySim-*.py: Set shebang to use python v2 Nowadays bin/python usually points to python3, and this script is written in python2, which means if run directly from terminal it will fail with some print syntax errors. Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e --- pySim-read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pySim-read.py') diff --git a/pySim-read.py b/pySim-read.py index 2c10866..5ca39ee 100755 --- a/pySim-read.py +++ b/pySim-read.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Utility to display some informations about a SIM card -- cgit v1.2.3