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:06
Message-Id: 1596482550.67f7a6990ef6d6383664491fb4b1604d20022589.zmedico@gentoo
1 commit: 67f7a6990ef6d6383664491fb4b1604d20022589
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 19:06:01 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 19:22:30 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67f7a699
7
8 lib/portage/mail.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/mail.py | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/lib/portage/mail.py b/lib/portage/mail.py
17 index df7aac52d..6503b4cc9 100644
18 --- a/lib/portage/mail.py
19 +++ b/lib/portage/mail.py
20 @@ -14,7 +14,6 @@ import socket
21 import sys
22
23 from portage import os
24 -from portage import _encodings
25 from portage import _unicode_decode, _unicode_encode
26 from portage.localization import _
27 import portage