Make shebangs consistent

Follow PEP 0394 and use /usr/bin/env python so that the python in the
users venv is respected. Not that the kitty python files are meant to be
executed standalone anyway, but, whatever.

Fixes #6810
This commit is contained in:
Kovid Goyal
2023-11-11 08:32:05 +05:30
parent 2402c6f253
commit 77292a16d6
68 changed files with 68 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# License: GPL v3 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
OPTIONS = '''\