Fix a bug when throwing an exception with unicode characters from

Weboob.

As reported by @nicofrand.
This commit is contained in:
Lucas Verney 2018-01-06 10:53:35 +01:00
parent 3f30257b44
commit 219b8e156e
1 changed files with 1 additions and 0 deletions

View File

@ -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