FIX bug in color handling

This commit is contained in:
Fabien Benureau 2013-06-25 13:07:18 +02:00
parent 70eec18c1d
commit 8b0baede88

View File

@ -21,10 +21,10 @@ try:
import pybtex.database.output.bibyaml
except ImportError:
print(ui.dye('error', ui.error) +
": you need to install Pybtex; try running 'pip install"
print(color.dye('error', color.error) +
": you need to install Pybtex; try running 'pip install "
"pybtex' or 'easy_install pybtex'")
exit(-1)
_papersdir = None