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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
68 changed files with 68 additions and 68 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# vim:fileencoding=utf-8
#
# Configuration file for the Sphinx documentation builder.