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

(-)repoman.orig (+2 lines)
Lines 39-44 Link Here
39
from grp import getgrnam
39
from grp import getgrnam
40
from stat import *
40
from stat import *
41
41
42
if portage.settings["NOCOLOR"] in ("yes","true") or not sys.stdout.isatty():
43
	nocolor()
42
44
43
def err(txt):
45
def err(txt):
44
	print exename+": "+txt
46
	print exename+": "+txt

Return to bug 77566