From 30ca377586287341bbaf2002313af608b2f1aca2 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 20 Jul 2019 19:43:05 +0300 Subject: [PATCH] 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. --- src/top_evil_rs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/top_evil_rs.py diff --git a/src/top_evil_rs.py b/src/top_evil_rs.py old mode 100644 new mode 100755 index 483166b53..21a4820cc --- a/src/top_evil_rs.py +++ b/src/top_evil_rs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os