From b4e7f7c80c669bc54d4d2204fb7173d2a30502c2 Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Thu, 25 Feb 2016 07:44:29 +0100 Subject: [PATCH] Removed unicode_literals from test_template --- test/test_template.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_template.py b/test/test_template.py index 96100bdfe..0f2273dd2 100644 --- a/test/test_template.py +++ b/test/test_template.py @@ -15,8 +15,7 @@ """Tests for template engine. """ -from __future__ import (division, absolute_import, print_function, - unicode_literals) +from __future__ import (division, absolute_import, print_function) import warnings