pySim-*.py: Set shebang to use python v2

Nowadays bin/python usually points to python3, and this script is written
in python2, which means if run directly from terminal it will fail with
some print syntax errors.

Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
This commit is contained in:
Pau Espin Pedrol
2017-12-29 20:30:35 +01:00
parent 1d087efc97
commit ac23ad5013
2 changed files with 2 additions and 2 deletions

View File

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