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:
Alexander Krotov
2019-07-20 19:43:05 +03:00
parent f58b1d66c2
commit 30ca377586

2
src/top_evil_rs.py Normal file → Executable file
View File

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