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:
Daniel Schaefer
2026-05-12 13:59:42 +08:00
committed by Marco Trevisan
parent 8a2123ce6a
commit 20f5ce682e
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import gi