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_slackgroupchannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_pytest/test_slackgroupchannel.py') diff --git a/_pytest/test_slackgroupchannel.py b/_pytest/test_slackgroupchannel.py index 969218b..8da15af 100644 --- a/_pytest/test_slackgroupchannel.py +++ b/_pytest/test_slackgroupchannel.py @@ -1,4 +1,4 @@ -from __future__ import print_function +from __future__ import print_function, unicode_literals from mock import Mock #from wee_slack import SlackChannel -- cgit