commit: 67f7a6990ef6d6383664491fb4b1604d20022589 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon Aug 3 19:06:01 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Aug 3 19:22:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67f7a699
lib/portage/mail.py: drop unused-import Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> lib/portage/mail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/mail.py b/lib/portage/mail.py index df7aac52d..6503b4cc9 100644 --- a/lib/portage/mail.py +++ b/lib/portage/mail.py @@ -14,7 +14,6 @@ import socket import sys from portage import os -from portage import _encodings from portage import _unicode_decode, _unicode_encode from portage.localization import _ import portage
