Change in pysim[master]: Fix invocation python2 -> python3

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/.

daniel gerrit-no-reply at lists.osmocom.org
Mon Oct 19 09:05:51 UTC 2020


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/20760 )


Change subject: Fix invocation python2 -> python3
......................................................................

Fix invocation python2 -> python3

Change-Id: Ic78da9c03e99f59d142c93394051bbc2751f0205
---
M contrib/jenkins.sh
M pySim-prog.py
M pySim-read.py
M pySim/card_handler.py
4 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/60/20760/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a70f139..5ba2c8d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -9,7 +9,7 @@
 	exit 1
 fi
 
-virtualenv -p python2 venv --system-site-packages
+virtualenv -p python3 venv --system-site-packages
 . venv/bin/activate
 pip install pytlv
 pip install pyyaml
diff --git a/pySim-prog.py b/pySim-prog.py
index 8547573..0f752fb 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 
 #
 # Utility to deal with sim cards and program the 'magic' ones easily
diff --git a/pySim-read.py b/pySim-read.py
index 3e19a02..6608556 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 
 #
 # Utility to display some informations about a SIM card
diff --git a/pySim/card_handler.py b/pySim/card_handler.py
index bb33833..eaa838b 100644
--- a/pySim/card_handler.py
+++ b/pySim/card_handler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 """ pySim: card handler utilities

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic78da9c03e99f59d142c93394051bbc2751f0205
Gerrit-Change-Number: 20760
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201019/70638457/attachment.htm>


More information about the gerrit-log mailing list