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 1RZMSO-0007rV-NK for garchives@archives.gentoo.org; Sat, 10 Dec 2011 12:55:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFA2321C031; Sat, 10 Dec 2011 12:55:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 997D621C050 for ; Sat, 10 Dec 2011 12:55:04 +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 E50AA1B404C for ; Sat, 10 Dec 2011 12:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1F3D780042 for ; Sat, 10 Dec 2011 12:55:03 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/data.py X-VCS-Directories: pym/portage/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c9d5e1d1ce3dcc1d9411837356c305080aa3dde4 Date: Sat, 10 Dec 2011 12:55:03 +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: d6323faa-1a62-4329-8e24-bfcdfe7dfb5a X-Archives-Hash: e42a12f0178044fc77a4892832a08af7 commit: c9d5e1d1ce3dcc1d9411837356c305080aa3dde4 Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 10 12:40:16 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Dec 10 12:40:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dc9d5e1d1 remove unused import --- pym/portage/data.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/data.py b/pym/portage/data.py index e25b545..f2f541f 100644 --- a/pym/portage/data.py +++ b/pym/portage/data.py @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 =20 import os, pwd, grp, platform -from portage.const import PORTAGE_GROUPNAME, PORTAGE_USERNAME, rootuid, = EPREFIX +from portage.const import PORTAGE_GROUPNAME, PORTAGE_USERNAME, EPREFIX =20 import portage portage.proxy.lazyimport.lazyimport(globals(),