Fixes up colours on Windows by using colorama. ANSICON, and other solutions are not reliable.

---
 beets/ui/__init__.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
This commit is contained in:
Karl Southern 2012-03-14 14:17:41 -07:00
parent 3ffbe171e5
commit e05bda87b4

View file

@ -32,6 +32,9 @@ from beets import library
from beets import plugins
from beets import util
import colorama
colorama.init()
# Constants.
CONFIG_PATH_VAR = 'BEETSCONFIG'
DEFAULT_CONFIG_FILENAME_UNIX = '.beetsconfig'