[PATCH 10/26] lib/portage/util/_dyn_libs/NeededEntry.py: drop unused-import
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman <[email protected]> --- lib/portage/util/_dyn_libs/NeededEntry.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/portage/util/_dyn_libs/NeededEntry.py b/lib/portage/util/_dyn_libs/NeededEntry.py index 20dc2f779..77ced0f43 100644 --- a/lib/portage/util/_dyn_libs/NeededEntry.py +++ b/lib/portage/util/_dyn_libs/NeededEntry.py @@ -1,8 +1,6 @@ -# Copyright 2015 Gentoo Foundation +# Copyright 2015-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 - -from portage import _encodings, _unicode_encode from portage.exception import InvalidData from portage.localization import _ -- 2.28.0