From 3ce84d9a4478768a619a0875dc87319415fdf0a1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 21 Mar 2017 13:07:46 +0100 Subject: [PATCH] cosmetic: missing newlines on last line of 2 files It's hard to keep this out of real patches, since normally editors add the final newline automatically. --- pySim/__init__.py | 1 + pySim/commands.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pySim/__init__.py b/pySim/__init__.py index e69de29b..8b137891 100644 --- a/pySim/__init__.py +++ b/pySim/__init__.py @@ -0,0 +1 @@ + diff --git a/pySim/commands.py b/pySim/commands.py index cb72a119..b7fb77f7 100644 --- a/pySim/commands.py +++ b/pySim/commands.py @@ -101,4 +101,4 @@ class SimCardCommands(object): def verify_chv(self, chv_no, code): fc = rpad(b2h(code), 16) - return self._tp.send_apdu_checksw(self.cla_byte + '2000' + ('%02X' % chv_no) + '08' + fc) \ No newline at end of file + return self._tp.send_apdu_checksw(self.cla_byte + '2000' + ('%02X' % chv_no) + '08' + fc)