Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/
Date: Sun, 30 Oct 2011 07:08:42
Message-Id: f6b6bdd687b252267babaa4bbfb145a18c1764e8.zmedico@gentoo
1 commit: f6b6bdd687b252267babaa4bbfb145a18c1764e8
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 07:08:22 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 07:08:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f6b6bdd6
7
8 news.py: remove unused 'updates' variable
9
10 ---
11 pym/portage/news.py | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/news.py b/pym/portage/news.py
15 index 24b5107..f34fd6f 100644
16 --- a/pym/portage/news.py
17 +++ b/pym/portage/news.py
18 @@ -119,7 +119,6 @@ class NewsManager(object):
19 except PermissionDenied:
20 return
21
22 - updates = []
23 for itemid in news:
24 try:
25 itemid = _unicode_decode(itemid,