From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Psj3j-0006QV-2T for garchives@archives.gentoo.org; Thu, 24 Feb 2011 21:49:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C1FEE0517; Thu, 24 Feb 2011 21:49:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64447E0517 for ; Thu, 24 Feb 2011 21:49:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC25B1B40CB for ; Thu, 24 Feb 2011 21:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 272BE8006A for ; Thu, 24 Feb 2011 21:49:06 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/eshowkw/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/eshowkw/keywords_content.py X-VCS-Directories: pym/gentoolkit/eshowkw/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: a8c9fdabc88975cb1d35305c1e91d0f5ce624663 Date: Thu, 24 Feb 2011 21:49:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6e49865641b56dbe37c5b1c09cbe8787 commit: a8c9fdabc88975cb1d35305c1e91d0f5ce624663 Author: Christian Ruppert gentoo org> AuthorDate: Thu Feb 24 21:48:54 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Thu Feb 24 21:48:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3Da8c9fdab Whitespace --- pym/gentoolkit/eshowkw/keywords_content.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/gentoolkit/eshowkw/keywords_content.py b/pym/gentoolkit/= eshowkw/keywords_content.py index 0dae2fb..a8ffedc 100644 --- a/pym/gentoolkit/eshowkw/keywords_content.py +++ b/pym/gentoolkit/eshowkw/keywords_content.py @@ -161,7 +161,7 @@ class keywords_content: Sort packages queried based on version and slot %% pn , repo, slot, keywords """ - from operator import itemgetter=20 + from operator import itemgetter =20 if len(package_content) > 1: ver_map =3D {}