public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoolkit r856 - trunk/gentoolkit/pym/gentoolkit/eshowkw
@ 2010-11-18 20:10 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-11-18 20:10 UTC (permalink / raw
  To: gentoo-commits

Author: scarabeus
Date: 2010-11-18 20:10:53 +0000 (Thu, 18 Nov 2010)
New Revision: 856

Modified:
   trunk/gentoolkit/pym/gentoolkit/eshowkw/keywords_content.py
Log:
Remove unused variable.

Modified: trunk/gentoolkit/pym/gentoolkit/eshowkw/keywords_content.py
===================================================================
--- trunk/gentoolkit/pym/gentoolkit/eshowkw/keywords_content.py	2010-11-17 07:32:37 UTC (rev 855)
+++ trunk/gentoolkit/pym/gentoolkit/eshowkw/keywords_content.py	2010-11-18 20:10:53 UTC (rev 856)
@@ -195,7 +195,6 @@
 		# -* -> red *
 		"""
 		keys = [ '~%s' % arch, '-%s' % arch, '%s' % arch, '-*' ]
-		nocolor_values = [ '~', '-', '+', '*' ]
 		values = [
 			colorize('darkyellow', '~'),
 			colorize('darkred', '-'),
@@ -205,7 +204,7 @@
 		# check what keyword we have
 		# here we cant just append space because it would get stripped later
 		char = colorize('darkgray','o')
-		for k, v, n in zip(keys, values, nocolor_values):
+		for k, v in zip(keys, values):
 			if k in keywords:
 				char = v
 				break




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-18 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 20:10 [gentoo-commits] gentoolkit r856 - trunk/gentoolkit/pym/gentoolkit/eshowkw Tomas Chvatal (scarabeus)

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