[PATCH 23/26] lib/portage/_selinux.py: drop unused-import
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Aaron Bauman <[email protected]> --- lib/portage/_selinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/_selinux.py b/lib/portage/_selinux.py index aba40c2dd..e3e18c0b8 100644 --- a/lib/portage/_selinux.py +++ b/lib/portage/_selinux.py @@ -14,7 +14,7 @@ except ImportError: import portage from portage import _encodings -from portage import _native_string, _unicode_decode +from portage import _native_string from portage.localization import _ def copyfile(src, dest): -- 2.28.0