Change in pysim[master]: csv: fix missing import (broken CSV support)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Mon Jun 11 15:16:07 UTC 2018


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 <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180611/1ee0293b/attachment.htm>


More information about the gerrit-log mailing list