From 718721cbc725d3aa3db9fe2d606c81a56615a753 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Thu, 28 Mar 2019 15:38:54 +0100 Subject: Import print_function and unicode_literals in all test files --- _pytest/test_utf8_helpers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to '_pytest/test_utf8_helpers.py') diff --git a/_pytest/test_utf8_helpers.py b/_pytest/test_utf8_helpers.py index 33c66ce..15340a5 100644 --- a/_pytest/test_utf8_helpers.py +++ b/_pytest/test_utf8_helpers.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +from __future__ import print_function, unicode_literals + from collections import OrderedDict from wee_slack import decode_from_utf8, encode_to_utf8, utf8_decode -- cgit