From: Fabian Groffen Date: Sat, 10 Dec 2011 12:40:16 +0000 (+0100) Subject: remove unused import X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9d5e1d1ce3dcc1d9411837356c305080aa3dde4;p=portage.git remove unused import --- 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(),