cards: Fix comment position

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2013-07-02 15:12:32 +02:00
parent cca41795a7
commit 053c89578c
1 changed files with 2 additions and 2 deletions

View File

@ -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 ]