public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Aaron Bauman <bman@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: Aaron Bauman <bman@gentoo.org>
Subject: [gentoo-portage-dev] [PATCH 10/26] lib/portage/util/_dyn_libs/NeededEntry.py: drop unused-import
Date: Mon,  3 Aug 2020 15:05:49 -0400	[thread overview]
Message-ID: <20200803190605.1373842-10-bman@gentoo.org> (raw)
In-Reply-To: <20200803190605.1373842-1-bman@gentoo.org>

* Drop unused-import
* Update copyright

Signed-off-by: Aaron Bauman <bman@gentoo.org>
---
 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



  parent reply	other threads:[~2020-08-03 19:06 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 19:05 [gentoo-portage-dev] [PATCH 01/26] lib/portage/util/_desktop_entry.py: fix unused-import Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 02/26] lib/portage/sync/modules/rsync/rsync.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 03/26] lib/_emerge/Scheduler.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 04/26] lib/_emerge/DependencyArg.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 05/26] lib/portage/tests/resolver/test_merge_order.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 06/26] lib/portage/package/ebuild/config.py: drop unused-import Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 07/26] lib/_emerge/resolver/output.py: fix unused-import Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 08/26] lib/_emerge/Package.py: drop unused-import Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 09/26] lib/_emerge/AbstractPollTask.py: " Aaron Bauman
2020-08-03 19:05 ` Aaron Bauman [this message]
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 11/26] lib/portage/package/ebuild/getmaskingstatus.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 12/26] lib/portage/package/ebuild/_spawn_nofetch.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 13/26] lib/portage/dep/dep_check.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 14/26] lib/portage/cache/ebuild_xattr.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 15/26] lib/portage/_emirrordist/main.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 16/26] lib/portage/exception.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 17/26] bin/doins.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 18/26] lib/_emerge/depgraph.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 19/26] lib/_emerge/UseFlagDisplay.py: " Aaron Bauman
2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 20/26] lib/portage/dbapi/bintree.py: " Aaron Bauman
2020-08-03 19:06 ` [gentoo-portage-dev] [PATCH 21/26] lib/portage/news.py: " Aaron Bauman
2020-08-03 19:06 ` [gentoo-portage-dev] [PATCH 22/26] lib/portage/mail.py: " Aaron Bauman
2020-08-03 19:06 ` [gentoo-portage-dev] [PATCH 23/26] lib/portage/_selinux.py: " Aaron Bauman
2020-08-03 19:06 ` [gentoo-portage-dev] [PATCH 24/26] lib/_emerge/AbstractEbuildProcess.py: " Aaron Bauman
2020-08-03 19:06 ` [gentoo-portage-dev] [PATCH 25/26] lib/portage/util/futures/_asyncio/tasks.py: " Aaron Bauman
2020-08-03 19:06 ` [gentoo-portage-dev] [PATCH 26/26] lib/portage/tests/emerge/test_simple.py: " Aaron Bauman
2020-08-03 19:32   ` Zac Medico
2020-08-03 19:41 ` [gentoo-portage-dev] [PATCH 01/26] lib/portage/util/_desktop_entry.py: fix unused-import Ulrich Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200803190605.1373842-10-bman@gentoo.org \
    --to=bman@gentoo.org \
    --cc=gentoo-portage-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox