fix shebang -> /usr/bin/env python3

This commit is contained in:
Fabian Ducry 2021-11-23 14:31:59 +01:00 committed by Tiziano Müller
parent cdf7e3bfef
commit f45d5d9227
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# author: Ole Schuett