pySim-read.py: do not import json, it is not needed

Change-Id: I4ae1d71c5695c9cd8ddebea514847b0be6a24c6c
This commit is contained in:
Vadim Yanitskiy
2020-02-15 03:57:09 +07:00
committed by laforge
parent 5a541016fb
commit 4133080ced

View File

@@ -30,12 +30,6 @@ import re
import sys
from pySim.ts_51_011 import EF, DF
try:
import json
except ImportError:
# Python < 2.5
import simplejson as json
from pySim.commands import SimCardCommands
from pySim.utils import h2b, swap_nibbles, rpad, dec_imsi, dec_iccid, dec_msisdn, format_xplmn_w_act, dec_spn