aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-02-15 03:57:09 +0700
committerlaforge <laforge@osmocom.org>2020-02-15 19:11:50 +0000
commit4133080ced5f13c1bdc7523e8c16e5020a521a36 (patch)
tree9b2f7d47fa1a9c60513863306ac202e743c929d4
parent5a541016fbb85e46b569ec0cf113494269088ee3 (diff)
pySim-read.py: do not import json, it is not needed
-rwxr-xr-xpySim-read.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/pySim-read.py b/pySim-read.py
index ce5f8a5..8c137e7 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -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