From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoolkit r856 - trunk/gentoolkit/pym/gentoolkit/eshowkw
Date: Thu, 18 Nov 2010 20:10:53 +0000 (UTC) [thread overview]
Message-ID: <20101118201053.BD07420051@flycatcher.gentoo.org> (raw)
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
reply other threads:[~2010-11-18 20:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20101118201053.BD07420051@flycatcher.gentoo.org \
--to=scarabeus@gentoo.org \
--cc=gentoo-commits@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