From 219b8e156e313c3bc5d034f58da23dcdc7296e2c Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 6 Jan 2018 10:53:35 +0100 Subject: [PATCH] Fix a bug when throwing an exception with unicode characters from Weboob. As reported by @nicofrand. --- flatisfy/fetch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flatisfy/fetch.py b/flatisfy/fetch.py index 9a99210..3a79b7e 100644 --- a/flatisfy/fetch.py +++ b/flatisfy/fetch.py @@ -3,6 +3,7 @@ This module contains all the code related to fetching and loading flats lists. """ from __future__ import absolute_import, print_function, unicode_literals +from builtins import str import collections import itertools