Fix invocation python2 -> python3

Change-Id: Ic78da9c03e99f59d142c93394051bbc2751f0205
This commit is contained in:
Daniel Willmann 2020-10-19 10:32:34 +02:00
parent 4a3580b4c1
commit de07b95f84
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ if [ ! -d "./pysim-testdata/" ] ; then
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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
#
# Utility to deal with sim cards and program the 'magic' ones easily

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
#
# Utility to display some informations about a SIM card

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" pySim: card handler utilities