Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 106061
Collapse All | Expand All

(-)env-update.old (-1 / +4 lines)
Lines 8-11 Link Here
8
sys.path = ["/usr/lib/portage/pym"]+sys.path
8
sys.path = ["/usr/lib/portage/pym"]+sys.path
9
9
10
import portage
10
import portage
11
portage.env_update()
11
try:
12
	portage.env_update()
13
except IOError:
14
	print "env-update: root access required"

Return to bug 106061