Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: /
Date: Thu, 26 Mar 2020 19:27:31
Message-Id: 1585247513.ee99e15a4f736fa57ce5877d7c8edab8ef85368f.vapier@gentoo
1 commit: ee99e15a4f736fa57ce5877d7c8edab8ef85368f
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Thu Mar 26 18:31:53 2020 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 18:31:53 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=ee99e15a
7
8 pylint: load python via $PATH
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 pylint | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/pylint b/pylint
16 index 0098e06..965537d 100755
17 --- a/pylint
18 +++ b/pylint
19 @@ -1,6 +1,6 @@
20 -#!/usr/bin/python
21 +#!/usr/bin/env python
22 # -*- coding: utf-8 -*-
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 """Run pylint with the right settings."""