aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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