svgs: use /usr/bin/env shebang for python3 scripts

This commit is contained in:
David Guglielmi
2019-03-03 16:46:17 +01:00
committed by Jente Hidskes
parent 2249d257a3
commit 288a77198b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# vim: set expandtab shiftwidth=4 tabstop=4:
import os