aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-12-29 20:30:35 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2017-12-29 23:35:22 +0100
commitac23ad5013e47e26bb53cfe7fb73d970891e94e3 (patch)
treea70c5eaf2e1571bc6a1c912db03d3df44c3a63d1
parent1d087efc974ed29d8f0802a7aba507ab56698283 (diff)
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
-rwxr-xr-xpySim-prog.py2
-rwxr-xr-xpySim-read.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pySim-prog.py b/pySim-prog.py
index 14874cd..d3a29c7 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Utility to deal with sim cards and program the 'magic' ones easily
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