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

(-)esearch.py+ (+2 lines)
Lines 154-159 Link Here
154
def outofdateerror():
154
def outofdateerror():
155
    error("The version of the esearch index is out of date, please run " + green("eupdatedb"))
155
    error("The version of the esearch index is out of date, please run " + green("eupdatedb"))
156
156
157
if sys.stdout.isatty() == 0:
158
    nocolor()
157
159
158
try:
160
try:
159
    sys.path.append(esearchdbdir)
161
    sys.path.append(esearchdbdir)

Return to bug 104932