From 053c89578c26ff94ebaec28ba891d9cc632c5134 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Tue, 2 Jul 2013 15:12:32 +0200 Subject: cards: Fix comment position Signed-off-by: Sylvain Munaut --- pySim/cards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pySim/cards.py') 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 ] -- cgit v1.2.3