Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/
Date: Mon, 03 Aug 2020 19:31:03
Message-Id: 1596482529.859594ca1c547dac0e1e35c08a86f81ad7023848.zmedico@gentoo
1 commit: 859594ca1c547dac0e1e35c08a86f81ad7023848
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 19:05:55 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 19:22:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=859594ca
7
8 lib/portage/exception.py: drop unused-import
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/exception.py | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/lib/portage/exception.py b/lib/portage/exception.py
17 index 30ab0c689..1d7ccbe90 100644
18 --- a/lib/portage/exception.py
19 +++ b/lib/portage/exception.py
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 import signal
24 -from portage import _encodings, _unicode_encode, _unicode_decode
25 +from portage import _encodings, _unicode_decode
26 from portage.localization import _