Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231223 | Differences between
and this patch

Collapse All | Expand All

(-)esearch/esearch.py (-4 / +2 lines)
Line 16 Link Here
16
from portage.output import bold, red, green, darkgreen, turquoise, nocolor
16
from output import bold, red, green, darkgreen, turquoise, nocolor
17
--
Line 95 Link Here
95
            portage.output.append(" " + rep + " [" + bold(str(nr)) + "] " + pkg[0] + "-" + pkg[1] + rev + "\n")
95
            output.append(" " + rep + " [" + bold(str(nr)) + "] " + pkg[0] + "-" + pkg[1] + rev + "\n")
96
--

Return to bug 231223