remove unused import
authorFabian Groffen <grobian@gentoo.org>
Sat, 10 Dec 2011 12:40:16 +0000 (13:40 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sat, 10 Dec 2011 12:40:16 +0000 (13:40 +0100)
pym/portage/data.py

index e25b545ea68b945dd5ae74fc18472ec0a7fa107c..f2f541fe84babe47a5a20161a5e82c6d868d7d80 100644 (file)
@@ -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(),