mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-04-01 22:16:39 +03:00
cards: Fix comment position
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
@@ -317,8 +317,6 @@ class SysmoSIMgr1(GrcardSim):
|
|||||||
"""
|
"""
|
||||||
name = 'sysmosim-gr1'
|
name = 'sysmosim-gr1'
|
||||||
|
|
||||||
# In order for autodetection ...
|
|
||||||
|
|
||||||
class SysmoUSIMgr1(Card):
|
class SysmoUSIMgr1(Card):
|
||||||
"""
|
"""
|
||||||
sysmocom sysmoUSIM-GR1
|
sysmocom sysmoUSIM-GR1
|
||||||
@@ -347,5 +345,7 @@ class SysmoUSIMgr1(Card):
|
|||||||
def erase(self):
|
def erase(self):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
# In order for autodetection ...
|
||||||
_cards_classes = [ FakeMagicSim, SuperSim, MagicSim, GrcardSim,
|
_cards_classes = [ FakeMagicSim, SuperSim, MagicSim, GrcardSim,
|
||||||
SysmoSIMgr1, SysmoUSIMgr1 ]
|
SysmoSIMgr1, SysmoUSIMgr1 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user