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>
This commit is contained in:
Maxin B. John 2018-02-19 15:32:01 +02:00 committed by Peter Hutterer
parent 63880d6e1b
commit 920debffd7

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 -*- */
#