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 1RFECR-0008KM-S2 for garchives@archives.gentoo.org; Sun, 16 Oct 2011 00:03:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90FFC21C092; Sun, 16 Oct 2011 00:03:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6233A21C092 for ; Sun, 16 Oct 2011 00:03:24 +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 E81391B400A for ; Sun, 16 Oct 2011 00:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0A51680042 for ; Sun, 16 Oct 2011 00:03:23 +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: Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/egencache X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: afa7af37fdf9f4d370776082c7f437db3f81b1aa Date: Sun, 16 Oct 2011 00:03:23 +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: 363fbe34c1343dc9e9d366a08af320e8 commit: afa7af37fdf9f4d370776082c7f437db3f81b1aa Author: Zac Medico gentoo org> AuthorDate: Sun Oct 16 00:02:50 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 16 00:02:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dafa7af37 egencache: remove unused import --- bin/egencache | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bin/egencache b/bin/egencache index 22fb1d5..0d07cdb 100755 --- a/bin/egencache +++ b/bin/egencache @@ -38,7 +38,6 @@ except ImportError: from portage import os, _encodings, _unicode_encode, _unicode_decode from _emerge.MetadataRegen import MetadataRegen from portage.cache.cache_errors import CacheError, StatCollision -from portage.cache import metadata from portage.manifest import guessManifestFileType from portage.util import cmp_sort_key, writemsg_level from portage import cpv_getkey