This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A python tool to program magic SIMs".
The branch, master has been updated
via 287b6ce1b49fc924fd281a000748f2002114c408 (commit)
via ac23ad5013e47e26bb53cfe7fb73d970891e94e3 (commit)
from 1d087efc974ed29d8f0802a7aba507ab56698283 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/pysim/commit/?id=287b6ce1b49fc924fd281a000748f20021…
commit 287b6ce1b49fc924fd281a000748f2002114c408
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 29 20:48:51 2017 +0100
pySim-prog.py: Fix trailing whitespace
Change-Id: I735dc7bb774d77d3b60b1712b0f0afcbb81dc726
http://cgit.osmocom.org/pysim/commit/?id=ac23ad5013e47e26bb53cfe7fb73d97089…
commit ac23ad5013e47e26bb53cfe7fb73d970891e94e3
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 29 20:30:35 2017 +0100
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
-----------------------------------------------------------------------
Summary of changes:
pySim-prog.py | 3 +--
pySim-read.py | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs