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 1Posh1-00056q-Fa for garchives@archives.gentoo.org; Mon, 14 Feb 2011 07:18:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 115C8E073C; Mon, 14 Feb 2011 07:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CE5EAE073C for ; Mon, 14 Feb 2011 07:17:47 +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 4C3B61B40B4 for ; Mon, 14 Feb 2011 07:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A003B8006A for ; Mon, 14 Feb 2011 07:17:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <398b846a4928aeda385cb56c2b7ee4f303ff6aec.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 398b846a4928aeda385cb56c2b7ee4f303ff6aec Date: Mon, 14 Feb 2011 07:17:46 +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: 736049b2292f3714db442abfd6b3c0bb commit: 398b846a4928aeda385cb56c2b7ee4f303ff6aec Author: Zac Medico gentoo org> AuthorDate: Mon Feb 14 07:17:04 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Feb 14 07:17:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D398b846a depgraph: normalize indentation --- pym/_emerge/depgraph.py | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index b85c132..11f268e 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -1286,9 +1286,9 @@ class depgraph(object): myarg =3D None if dep.root =3D=3D self._frozen_config.target_root: try: - myarg =3D next(self._iter_atoms_for_pkg(dep.child)) + myarg =3D next(self._iter_atoms_for_pkg(dep.child)) except StopIteration: - pass + pass except InvalidDependString: if not dep.child.installed: # This shouldn't happen since the package @@ -1373,10 +1373,9 @@ class depgraph(object): myarg =3D None if dep.root =3D=3D self._frozen_config.target_root: try: - myarg =3D next( - self._iter_atoms_for_pkg(dep.child)) + myarg =3D next(self._iter_atoms_for_pkg(dep.child)) except StopIteration: - pass + pass except InvalidDependString: if not dep.child.installed: raise