dexter has uploaded this change for review. ( https://gerrit.osmocom.org/9546


Change subject: csv: fix missing import (broken CSV support)
......................................................................

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
---
M pySim-prog.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/46/9546/1

diff --git a/pySim-prog.py b/pySim-prog.py
index 0c9f749..a056213 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -40,7 +40,7 @@
 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():


--
To view, visit https://gerrit.osmocom.org/9546
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5b067b16ec204c2ba2264b1ffb48d37be8d5eb3
Gerrit-Change-Number: 9546
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pma...@sysmocom.de>

Reply via email to