libinput-measure-touchpad-tap: use /usr/bin/env to invoke python3

Tweak this python scripts to use '/usr/bin/env python3'

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 920debffd7)
This commit is contained in:
Maxin B. John 2018-02-19 15:32:01 +02:00 committed by Peter Hutterer
parent fc78cdc4bb
commit 71fe2b6ef4

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# vim: set expandtab shiftwidth=4:
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
#