aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-read.py
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-04-30 14:57:41 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2021-05-21 15:26:52 +0200
commite2c59a8b912be91d1d3a12b4cab0bb6e7cae38a3 (patch)
tree72da8ceefe87df734f318c38ab86998c556931a2 /pySim-read.py
parentf658c557459937f3edf2da391ac62edc826a025c (diff)
pySim_prog: remove unused import for dec_addr_tlv
The function dec_addr_tlv is imported from utils, but not used Change-Id: I2a962d544f288259f16c1dca92715953d1c24d82 Related: OS#4963
Diffstat (limited to 'pySim-read.py')
-rwxr-xr-xpySim-read.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim-read.py b/pySim-read.py
index 9feef9d..1614a39 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -36,7 +36,7 @@ from pySim.commands import SimCardCommands
from pySim.transport import init_reader, argparse_add_reader_args
from pySim.cards import card_detect, Card, UsimCard, IsimCard
from pySim.utils import h2b, swap_nibbles, rpad, dec_imsi, dec_iccid, dec_msisdn
-from pySim.utils import format_xplmn_w_act, dec_st, dec_addr_tlv
+from pySim.utils import format_xplmn_w_act, dec_st
from pySim.utils import h2s, format_ePDGSelection
option_parser = argparse.ArgumentParser(prog='pySim-read',