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.
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 @@
 
 	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)