From 53bfd865ce92ce1151dab1301f3329521fb83b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Steinbei=C3=9Fer?= Date: Thu, 4 Jan 2024 00:11:11 +0100 Subject: [PATCH] Remove shebang from files not intended to be executed --- lib/portage/tests/conftest.py | 2 +- lib/portage/util/changelog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 lib/portage/tests/conftest.py mode change 100755 => 100644 lib/portage/util/changelog.py diff --git a/lib/portage/tests/conftest.py b/lib/portage/tests/conftest.py old mode 100755 new mode 100644 index 76bdaa3819..6d385a9384 --- a/lib/portage/tests/conftest.py +++ b/lib/portage/tests/conftest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!hint/python # Copyright 2006-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/lib/portage/util/changelog.py b/lib/portage/util/changelog.py old mode 100755 new mode 100644 index bcf90eb992..c68d2a9794 --- a/lib/portage/util/changelog.py +++ b/lib/portage/util/changelog.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!hint/python # Copyright 2009-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2