From c9d5e1d1ce3dcc1d9411837356c305080aa3dde4 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 10 Dec 2011 13:40:16 +0100 Subject: [PATCH] remove unused import --- pym/portage/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/data.py b/pym/portage/data.py index e25b545ea..f2f541fe8 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 import os, pwd, grp, platform -from portage.const import PORTAGE_GROUPNAME, PORTAGE_USERNAME, rootuid, EPREFIX +from portage.const import PORTAGE_GROUPNAME, PORTAGE_USERNAME, EPREFIX import portage portage.proxy.lazyimport.lazyimport(globals(), -- 2.26.2