summaryrefslogtreecommitdiff
path: root/genChRanges.py
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-12-06 21:40:01 +0000
committerRoss Burton <ross.burton@arm.com>2022-12-07 13:21:12 +0000
commit4762c85668d40476b8458a2bd01ce6a0990e8cc9 (patch)
treecc56cc940888ddb47498557f2df58afb39d1bbc7 /genChRanges.py
parentff49041c6230dec12b77db1e6b554d43e29cc48e (diff)
downloadlibxml2-4762c85668d40476b8458a2bd01ce6a0990e8cc9.tar.gz
Use python3 not python
As per https://peps.python.org/pep-0394/, the python binary can be one of the following options: - Python 2 - Python 3 - Not exist All of the scripts in libxml2 use 'python', which may not exist. As Python 2 reached EOL on the 1st January 2020, it's safe to move the scripts to use python3 explicitly.
Diffstat (limited to 'genChRanges.py')
-rwxr-xr-xgenChRanges.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/genChRanges.py b/genChRanges.py
index bd14f6ba..f4f2cfaa 100755
--- a/genChRanges.py
+++ b/genChRanges.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Portions of this script have been (shamelessly) stolen from the
# prior work of Daniel Veillard (genUnicode.py)