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 1RFCn9-0007nr-CU for garchives@archives.gentoo.org; Sat, 15 Oct 2011 22:33:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F104921C072; Sat, 15 Oct 2011 22:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC42521C072 for ; Sat, 15 Oct 2011 22:33:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 145471B400C for ; Sat, 15 Oct 2011 22:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3F18B80042 for ; Sat, 15 Oct 2011 22:33:10 +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: <559d5f76cd1925972b50e0faf1e1a0c8c0f60be5.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 559d5f76cd1925972b50e0faf1e1a0c8c0f60be5 Date: Sat, 15 Oct 2011 22:33:10 +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: 90c5b031db72e54b9dfbad59b926982c commit: 559d5f76cd1925972b50e0faf1e1a0c8c0f60be5 Author: Zac Medico gentoo org> AuthorDate: Sat Oct 15 22:32:55 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 15 22:32:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D559d5f76 repoman: remove unused imports --- bin/repoman | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/bin/repoman b/bin/repoman index cdf1001..b1a2ac3 100755 --- a/bin/repoman +++ b/bin/repoman @@ -75,9 +75,7 @@ from portage.output import bold, create_color_func, \ from portage.output import ConsoleStyleFile, StyleWriter from portage.util import cmp_sort_key, writemsg_level, writemsg_stdout from portage.package.ebuild.digestgen import digestgen -from portage.eapi import eapi_has_slot_deps, \ - eapi_has_use_deps, eapi_has_strong_blocks, eapi_has_iuse_defaults, \ - eapi_has_required_use, eapi_has_use_dep_defaults +from portage.eapi import eapi_has_iuse_defaults, eapi_has_required_use =20 if sys.hexversion >=3D 0x3000000: basestring =3D str