From cef2a0952462a29ec267909d95da1bc2900b18f1 Mon Sep 17 00:00:00 2001 From: Gabriel Laskar Date: Sun, 14 May 2017 16:33:17 +0200 Subject: [PATCH] udev/hwdb_parser.py: use python3 from env instead of /usr/bin python installation does not always lives in /usr/bin, this allows to use virtualenv for example. Signed-off-by: Gabriel Laskar Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- udev/parse_hwdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/parse_hwdb.py b/udev/parse_hwdb.py index 97f04f4f..b4f0b1bf 100755 --- a/udev/parse_hwdb.py +++ b/udev/parse_hwdb.py @@ -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 -*- */ #