From: Peter Hutterer Date: Fri, 1 Nov 2019 08:41:16 +0000 (+1000) Subject: test: xkeyboard-config: invoke the python3 command (#120) X-Git-Tag: xkbcommon-0.10.0~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f93e22a378d31c2d72bbb2d7a907cd65917ba6f;p=platform%2Fupstream%2Flibxkbcommon.git test: xkeyboard-config: invoke the python3 command (#120) python3 is always python3, but python could be python2 in some cases. Or just missing (e.g. RHEL8). Signed-off-by: Peter Hutterer --- diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in index 9241ee2..26d3a30 100755 --- a/test/xkeyboard-config-test.py.in +++ b/test/xkeyboard-config-test.py.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import sys import subprocess