aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pySim/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim/commands.py b/pySim/commands.py
index 9e16b0e..73c2247 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -23,7 +23,6 @@
#
from pySim.utils import rpad, b2h
-from pytlv.TLV import *
class SimCardCommands(object):
def __init__(self, transport):
@@ -35,6 +34,7 @@ class SimCardCommands(object):
def __get_len_from_tlv(self, fcp):
# see also: ETSI TS 102 221, chapter 11.1.1.3.1 Response for MF,
# DF or ADF
+ from pytlv.TLV import TLV
tlvparser = TLV(['82', '83', '84', 'A5', '8a', '8b', '8c', '80', 'ab', 'c6', '81', '88'])
# pytlv is case sensitive!