Attempt to fix windows terminal compatibility (ping @jelloslinger). If this is working on windows, we should consider removing blessings in favor of colorama.

This commit is contained in:
Romain Dorgueil
2017-04-23 15:10:29 +02:00
parent 690ff3d108
commit 476923dc44
8 changed files with 56 additions and 68 deletions

View File

@ -21,8 +21,7 @@ import blessings
import psutil
from bonobo.core.plugins import Plugin
t = blessings.Terminal()
from bonobo.util import terminal as t
@lru_cache(1)