Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 17/26] bin/doins.py: drop unused-import
Date: Mon, 03 Aug 2020 19:07:08
Message-Id: 20200803190605.1373842-17-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/26] lib/portage/util/_desktop_entry.py: fix unused-import by Aaron Bauman
1 * Drop unused-import
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 bin/doins.py | 4 +---
7 1 file changed, 1 insertion(+), 3 deletions(-)
8
9 diff --git a/bin/doins.py b/bin/doins.py
10 index 4929cb90a..5bbf92635 100644
11 --- a/bin/doins.py
12 +++ b/bin/doins.py
13 @@ -1,5 +1,5 @@
14 #!/usr/bin/python -b
15 -# Copyright 2017 Gentoo Foundation
16 +# Copyright 2017-2020 Gentoo Authors
17 # Distributed under the terms of the GNU General Public License v2
18 #
19 # Copyright 2017 The Chromium OS Authors. All rights reserved.
20 @@ -11,7 +11,6 @@
21 This script is designed to be executed by ebuild-helpers/doins.
22 """
23
24 -
25 from __future__ import print_function
26
27 import argparse
28 @@ -20,7 +19,6 @@ import grp
29 import logging
30 import os
31 import pwd
32 -import re
33 import shlex
34 import shutil
35 import stat
36 --
37 2.28.0