Skip to content

Commit

Permalink
[fix] compatibility python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
beudbeud committed Oct 3, 2017
1 parent d3e1d97 commit e3fba5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prosopopee/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from jinja2 import Environment, FileSystemLoader

from builtins import str

class bcolors:
OKGREEN = '\033[92m'
Expand Down

0 comments on commit e3fba5f

Please sign in to comment.