Change in ...pysim[master]: switch to 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/.

gnutoo gerrit-no-reply at lists.osmocom.org
Thu Sep 12 14:12:07 UTC 2019


gnutoo has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/15504


Change subject: switch to python3
......................................................................

switch to python3

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
Change-Id: I430d173535e0cd5bb895b9dfc9070cbc40cfc8ff
---
M contrib/jenkins.sh
M pySim-prog.py
M pySim-read.py
3 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/04/15504/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index fdcd0cb..f59b1ff 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
 
diff --git a/pySim-prog.py b/pySim-prog.py
index bb7160e..a01d004 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 6b2fed6..5d1a2ee 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

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I430d173535e0cd5bb895b9dfc9070cbc40cfc8ff
Gerrit-Change-Number: 15504
Gerrit-PatchSet: 1
Gerrit-Owner: gnutoo <GNUtoo at cyberdimension.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190912/34837e97/attachment.htm>


More information about the gerrit-log mailing list