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 <gentoo-commits+bounces-362579-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QhMY0-0005uy-De for garchives@archives.gentoo.org; Thu, 14 Jul 2011 14:05:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF10121C19B; Thu, 14 Jul 2011 14:05:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8EF6D21C19B for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 14:05:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED2BB2AC11D for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 14:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A8B0580042 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 14:05:32 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <51a871f381e3d101dc72f4ffc7ef370e53fd869c.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoopm:master commit in: gentoopm/paludispm/ X-VCS-Repository: proj/gentoopm X-VCS-Files: gentoopm/paludispm/pkg.py X-VCS-Directories: gentoopm/paludispm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 51a871f381e3d101dc72f4ffc7ef370e53fd869c Date: Thu, 14 Jul 2011 14:05:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cbfef6c6ab7bfff7b061fbb9603b10a4 commit: 51a871f381e3d101dc72f4ffc7ef370e53fd869c Author: Micha=C5=82 G=C3=B3rny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 14 14:05:24 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 14 14:05:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoopm.git;= a=3Dcommit;h=3D51a871f3 Paludis: fix getting atoms. --- gentoopm/paludispm/pkg.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gentoopm/paludispm/pkg.py b/gentoopm/paludispm/pkg.py index 5a34802..50b8927 100644 --- a/gentoopm/paludispm/pkg.py +++ b/gentoopm/paludispm/pkg.py @@ -9,6 +9,7 @@ from gentoopm.basepm.metadata import PMPackageMetadata from gentoopm.basepm.pkg import PMPackageSet, PMPackage, \ PMFilteredPackageSet from gentoopm.exceptions import EmptyPackageSetError, AmbiguousPackageSe= tError +from gentoopm.paludispm.atom import PaludisAtom =20 class PaludisPackageSet(PMPackageSet): _sorted =3D False