aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
diff options
context:
space:
mode:
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)