Change in pysim[master]: pySim-shell: remove card handler object

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Sep 17 10:37:19 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/25500 )


Change subject: pySim-shell: remove card handler object
......................................................................

pySim-shell: remove card handler object

The card handler object is for bulk handling of cards, it is not needed
in pySim-shell

Change-Id: I9e176248dab146a1bcb27981f09ba630fe2cae97
---
M pySim-shell.py
1 file changed, 0 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/00/25500/1

diff --git a/pySim-shell.py b/pySim-shell.py
index 7977ff5..aa9b123 100755
--- a/pySim-shell.py
+++ b/pySim-shell.py
@@ -40,7 +40,6 @@
 from pySim.cards import card_detect, SimCard
 from pySim.utils import h2b, swap_nibbles, rpad, b2h, h2s, JsonEncoder, bertlv_parse_one
 from pySim.utils import dec_st, sanitize_pin_adm, tabulate_str_list, is_hex, boxed_heading_str
-from pySim.card_handler import card_handler
 
 from pySim.filesystem import CardMF, RuntimeState, CardDF, CardADF
 from pySim.ts_51_011 import CardProfileSIM, DF_TELECOM, DF_GSM
@@ -484,8 +483,6 @@
 
 	sl.wait_for_card();
 
-	card_handler = card_handler(sl)
-
 	card = card_detect("auto", scc)
 	if card is None:
 		print("No card detected!")

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/25500
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I9e176248dab146a1bcb27981f09ba630fe2cae97
Gerrit-Change-Number: 25500
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210917/1acf5242/attachment.htm>


More information about the gerrit-log mailing list