aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-07-02 15:12:32 +0200
committerSylvain Munaut <tnt@246tNt.com>2013-07-02 15:12:32 +0200
commit053c89578c26ff94ebaec28ba891d9cc632c5134 (patch)
tree53c3e60d7a0591dc68b93217154804c03f8f4bc0
parentcca41795a7a0a0c9b5778102a260fbd1ab5ee661 (diff)
cards: Fix comment position
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--pySim/cards.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pySim/cards.py b/pySim/cards.py
index 88eceb0..102e13f 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -317,8 +317,6 @@ class SysmoSIMgr1(GrcardSim):
"""
name = 'sysmosim-gr1'
- # In order for autodetection ...
-
class SysmoUSIMgr1(Card):
"""
sysmocom sysmoUSIM-GR1
@@ -347,5 +345,7 @@ class SysmoUSIMgr1(Card):
def erase(self):
return
+
+ # In order for autodetection ...
_cards_classes = [ FakeMagicSim, SuperSim, MagicSim, GrcardSim,
SysmoSIMgr1, SysmoUSIMgr1 ]