From 3ce84d9a4478768a619a0875dc87319415fdf0a1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 21 Mar 2017 13:07:46 +0100 Subject: 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/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pySim/commands.py') diff --git a/pySim/commands.py b/pySim/commands.py index cb72a11..b7fb77f 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) -- cgit v1.2.3