From a6636fddcdcbb198e750f4097d5d0c08442e1f00 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 29 Jun 2018 17:04:30 +0200 Subject: [PATCH] Fixed open function with encoding in python 2.7 --- testing/logging/test_reporting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/logging/test_reporting.py b/testing/logging/test_reporting.py index 0bd12f0a3..1f961d94a 100644 --- a/testing/logging/test_reporting.py +++ b/testing/logging/test_reporting.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import re import os +from io import open import six