mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-12 02:44:18 +00:00
tests: /usr/bin/env shebang
Not all distros have /usr/bin/python3. Using env is more portable. Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
This commit is contained in:
committed by
Marco Trevisan
parent
8a2123ce6a
commit
20f5ce682e
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import gi
|
||||
|
||||
Reference in New Issue
Block a user