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 10/18] lib/portage/dbapi/IndexedPortdb.py: drop unused-import
Date: Mon, 03 Aug 2020 20:21:11
Message-Id: 20200803202033.1585074-10-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/dbapi/IndexedPortdb.py | 3 +--
7 1 file changed, 1 insertion(+), 2 deletions(-)
8
9 diff --git a/lib/portage/dbapi/IndexedPortdb.py b/lib/portage/dbapi/IndexedPortdb.py
10 index 5f1cb5bd1..8d9ba89ff 100644
11 --- a/lib/portage/dbapi/IndexedPortdb.py
12 +++ b/lib/portage/dbapi/IndexedPortdb.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2014 Gentoo Foundation
15 +# Copyright 2014-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 import errno
19 @@ -15,7 +15,6 @@ from portage.cache.index.IndexStreamIterator import IndexStreamIterator
20 from portage.cache.index.pkg_desc_index import \
21 pkg_desc_index_line_read, pkg_desc_index_node
22 from portage.util.iterators.MultiIterGroupBy import MultiIterGroupBy
23 -from portage.versions import _pkg_str
24
25 class IndexedPortdb:
26 """
27 --
28 2.28.0