Removed unicode_literals from test_template

This commit is contained in:
Peter Kessen 2016-02-25 07:44:29 +01:00
parent 47e5d15a78
commit b4e7f7c80c

View file

@ -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