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 15/18] lib/portage/tests/util/test_getconfig.py: drop unused-import
Date: Mon, 03 Aug 2020 20:21:27
Message-Id: 20200803202033.1585074-15-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/18] lib/_emerge/actions.py: drop unused-import by Aaron Bauman
1 * Drop unused-import
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/tests/util/test_getconfig.py | 3 +--
7 1 file changed, 1 insertion(+), 2 deletions(-)
8
9 diff --git a/lib/portage/tests/util/test_getconfig.py b/lib/portage/tests/util/test_getconfig.py
10 index a0d00d0e1..90e039cba 100644
11 --- a/lib/portage/tests/util/test_getconfig.py
12 +++ b/lib/portage/tests/util/test_getconfig.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2010-2019 Gentoo Authors
15 +# Copyright 2010-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 import tempfile
19 @@ -6,7 +6,6 @@ import tempfile
20 from portage import os
21 from portage import shutil
22 from portage import _unicode_encode
23 -from portage.const import PORTAGE_BASE_PATH
24 from portage.tests import TestCase
25 from portage.util import getconfig
26 from portage.exception import ParseError
27 --
28 2.28.0