aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-prog.py
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-06-11 17:11:39 +0200
committerdexter <pmaier@sysmocom.de>2018-07-03 12:53:37 +0000
commitf779231da263e831954b620375adbbadd45daee8 (patch)
treeb43b710efb2201f0571e1b339fb9a4724f9656a1 /pySim-prog.py
parentd4ebb6fdf4e0900c4448f67cccf5fc29dbb214ac (diff)
csv: fix missing import (broken CSV support)
with Change I38f5d36d16b41b5d516a6a3e2ec1d09637883932, new constants for file identifiers were introduced. When csv file input is used, then pySim-prog.py uses one of these constans without importing it from ts_51_011.py - Add missing import Change-Id: Ic5b067b16ec204c2ba2264b1ffb48d37be8d5eb3
Diffstat (limited to 'pySim-prog.py')
-rwxr-xr-xpySim-prog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim-prog.py b/pySim-prog.py
index d70eac9..1685d2b 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -40,7 +40,7 @@ except ImportError:
from pySim.commands import SimCardCommands
from pySim.cards import _cards_classes
from pySim.utils import h2b, swap_nibbles, rpad, derive_milenage_opc, calculate_luhn
-
+from pySim.ts_51_011 import EF
def parse_options():