aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-prog.py
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 /pySim-prog.py
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
Diffstat (limited to 'pySim-prog.py')
-rwxr-xr-xpySim-prog.py2
1 files changed, 1 insertions, 1 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