Tests: switch to explicit u"unicode" literals

Drop `from __future__ import unicode_literals`;
it was there for Python 3.2 compatibility (which
Anymail doesn't support). Ensures tests use normal
strs in Python 2.x.
This commit is contained in:
medmunds
2016-10-13 14:37:08 -07:00
parent ac3c1cbf1a
commit 771ed513b2
10 changed files with 9 additions and 35 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import unicode_literals
import unittest
from django.test import SimpleTestCase