commit: de2a3ae590e743504e4c1c262eb2a92a70efac57
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 09:16:30 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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@"