From e3fba5f0907caaa5b91eac4d72844473fec7f423 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Wed, 4 Oct 2017 01:02:45 +0200 Subject: [PATCH] [fix] compatibility python 2 --- prosopopee/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopee/utils.py b/prosopopee/utils.py index aed477c..d15a7fc 100644 --- a/prosopopee/utils.py +++ b/prosopopee/utils.py @@ -7,6 +7,7 @@ from path import Path from jinja2 import Environment, FileSystemLoader +from builtins import str class bcolors: OKGREEN = '\033[92m'