From 977423d8dd871526a7eb282b86869350b45b2888 Mon Sep 17 00:00:00 2001 From: Olivier Da Rocha Date: Fri, 30 Mar 2018 11:40:41 +0200 Subject: [PATCH] [s2e] fixes wrong encoding in investment and pocket xpaths --- modules/s2e/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/s2e/pages.py b/modules/s2e/pages.py index 8a803f9c68..a6ab086b25 100644 --- a/modules/s2e/pages.py +++ b/modules/s2e/pages.py @@ -17,6 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with weboob. If not, see . +from __future__ import unicode_literals import re, requests from io import BytesIO -- GitLab