summaryrefslogtreecommitdiff
path: root/check-relaxng-test-suite2.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 /check-relaxng-test-suite2.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 'check-relaxng-test-suite2.py')
-rwxr-xr-xcheck-relaxng-test-suite2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-relaxng-test-suite2.py b/check-relaxng-test-suite2.py
index 559503a1..5f286ce2 100755
--- a/check-relaxng-test-suite2.py
+++ b/check-relaxng-test-suite2.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
import time
import os