mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
src/top_evil_rs.py: fix shebang to always use Python 3 and make it executable
PEP-0394 (https://www.python.org/dev/peps/pep-0394/) recommends to use more specific shebangs. For example, Debian allows /usr/bin/python to be configured to python2 via `update-alternatives python`, but the script does not work with Python 2.
This commit is contained in:
2
src/top_evil_rs.py
Normal file → Executable file
2
src/top_evil_rs.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user