From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0269B138334 for ; Mon, 1 Jul 2019 13:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2948E0887; Mon, 1 Jul 2019 13:11:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 780F1E0884 for ; Mon, 1 Jul 2019 13:11:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBE143462DF for ; Mon, 1 Jul 2019 13:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D5F626 for ; Mon, 1 Jul 2019 13:11:45 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1559639790.de2a3ae590e743504e4c1c262eb2a92a70efac57.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: lib/portage/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/const_autotool.py X-VCS-Directories: lib/portage/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: de2a3ae590e743504e4c1c262eb2a92a70efac57 X-VCS-Branch: prefix Date: Mon, 1 Jul 2019 13:11:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1866bce5-597f-4e38-bb09-16765dbddee8 X-Archives-Hash: 71293889067ac6f7c2bcfc754cb80c3d commit: de2a3ae590e743504e4c1c262eb2a92a70efac57 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 4 09:16:30 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 4 09:16:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=de2a3ae5 portage.const_autotool: drop unnecessary import Signed-off-by: Fabian Groffen gentoo.org> lib/portage/const_autotool.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/portage/const_autotool.py b/lib/portage/const_autotool.py index d12003c46..ee540319c 100644 --- a/lib/portage/const_autotool.py +++ b/lib/portage/const_autotool.py @@ -7,8 +7,6 @@ __all__ = ["EPREFIX", "SYSCONFDIR", "PORTAGE_BASE", "portageuser", "portagegroup", "rootuser", "rootuid", "rootgid", "PORTAGE_BASH", "PORTAGE_MV"] -from os import path - EPREFIX = "@PORTAGE_EPREFIX@" SYSCONFDIR = "@sysconfdir@" PORTAGE_BASE = "@PORTAGE_BASE@"