public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH 01/26] lib/portage/util/_desktop_entry.py: fix unused-import
@ 2020-08-03 19:05 Aaron Bauman
  2020-08-03 19:05 ` [gentoo-portage-dev] [PATCH 02/26] lib/portage/sync/modules/rsync/rsync.py: " Aaron Bauman
                   ` (25 more replies)
  0 siblings, 26 replies; 28+ messages in thread
From: Aaron Bauman @ 2020-08-03 19:05 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Aaron Bauman

* Remove unused-imports
* Updated copyright

Signed-off-by: Aaron Bauman <bman@gentoo.org>
---
 lib/portage/util/_desktop_entry.py | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/lib/portage/util/_desktop_entry.py b/lib/portage/util/_desktop_entry.py
index 74053a30f..68cec7a61 100644
--- a/lib/portage/util/_desktop_entry.py
+++ b/lib/portage/util/_desktop_entry.py
@@ -1,16 +1,13 @@
-# Copyright 2012-2013 Gentoo Foundation
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import re
 import subprocess
 import sys
 
-import portage
-from portage import _encodings, _unicode_encode, _unicode_decode
+from portage import _unicode_encode, _unicode_decode
 from portage.util import writemsg
-from portage.util.configparser import (ConfigParserError, RawConfigParser,
-	read_configs)
-
+from portage.util.configparser import (RawConfigParser,	read_configs)
 
 def parse_desktop_entry(path):
 	"""
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2020-08-03 19:41 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [gentoo-portage-dev] [PATCH 10/26] lib/portage/util/_dyn_libs/NeededEntry.py: " Aaron Bauman
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox