From d022d616c9ee1276f36bc7b888b2a6412eb36579 Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 25 2020 08:59:19 +0000 Subject: Various changes --- diff --git a/tools/libinput-measure-fuzz.py b/tools/libinput-measure-fuzz.py index 41e2825..f7ab5b8 100755 --- a/tools/libinput-measure-fuzz.py +++ b/tools/libinput-measure-fuzz.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # diff --git a/tools/libinput-measure-touch-size.py b/tools/libinput-measure-touch-size.py index 4b2201e..3683f41 100755 --- a/tools/libinput-measure-touch-size.py +++ b/tools/libinput-measure-touch-size.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # diff --git a/tools/libinput-measure-touchpad-pressure.py b/tools/libinput-measure-touchpad-pressure.py index bba834c..dfd9b53 100755 --- a/tools/libinput-measure-touchpad-pressure.py +++ b/tools/libinput-measure-touchpad-pressure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # diff --git a/tools/libinput-measure-touchpad-tap.py b/tools/libinput-measure-touchpad-tap.py index 8d8a8d8..92ac139 100755 --- a/tools/libinput-measure-touchpad-tap.py +++ b/tools/libinput-measure-touchpad-tap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # diff --git a/tools/libinput-record-verify-yaml.py b/tools/libinput-record-verify-yaml.py index 2920ef0..4462f64 100755 --- a/tools/libinput-record-verify-yaml.py +++ b/tools/libinput-record-verify-yaml.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # diff --git a/tools/libinput-replay b/tools/libinput-replay index 91e50aa..e574c6d 100755 --- a/tools/libinput-replay +++ b/tools/libinput-replay @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # diff --git a/tools/test-tool-option-parsing.py b/tools/test-tool-option-parsing.py index d5fbbd5..866a7c3 100755 --- a/tools/test-tool-option-parsing.py +++ b/tools/test-tool-option-parsing.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#! /usr/libexec/platform-python # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ #