aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-21 13:07:46 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-21 13:07:57 +0100
commit3ce84d9a4478768a619a0875dc87319415fdf0a1 (patch)
tree7aaee39963da6bf7830cbd06f4e4b27ad5284e63 /pySim
parent9b7c45d05dd733153b523f81479300843d6556b4 (diff)
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.
Diffstat (limited to 'pySim')
-rw-r--r--pySim/__init__.py1
-rw-r--r--pySim/commands.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/pySim/__init__.py b/pySim/__init__.py
index e69de29..8b13789 100644
--- a/pySim/__init__.py
+++ b/pySim/__init__.py
@@ -0,0 +1 @@
+
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)