Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: lib/portage/
Date: Mon, 01 Jul 2019 13:11:51
Message-Id: 1559639790.de2a3ae590e743504e4c1c262eb2a92a70efac57.grobian@gentoo
1 commit: de2a3ae590e743504e4c1c262eb2a92a70efac57
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 09:16:30 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 09:16:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=de2a3ae5
7
8 portage.const_autotool: drop unnecessary import
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 lib/portage/const_autotool.py | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/lib/portage/const_autotool.py b/lib/portage/const_autotool.py
16 index d12003c46..ee540319c 100644
17 --- a/lib/portage/const_autotool.py
18 +++ b/lib/portage/const_autotool.py
19 @@ -7,8 +7,6 @@ __all__ = ["EPREFIX", "SYSCONFDIR", "PORTAGE_BASE",
20 "portageuser", "portagegroup", "rootuser", "rootuid", "rootgid",
21 "PORTAGE_BASH", "PORTAGE_MV"]
22
23 -from os import path
24 -
25 EPREFIX = "@PORTAGE_EPREFIX@"
26 SYSCONFDIR = "@sysconfdir@"
27 PORTAGE_BASE = "@PORTAGE_BASE@"