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

@ -1,8 +1,6 @@
import json
import os
from blessings import Terminal
from bonobo import Tee, JsonWriter, Graph, get_examples_path
from bonobo.ext.opendatasoft import OpenDataSoftAPI
@ -15,7 +13,6 @@ API_DATASET = 'fablabs-in-the-world'
API_NETLOC = 'datanova.laposte.fr'
ROWS = 100
t = Terminal()
__path__ = os.path.dirname(__file__)