fix: utf8 email with python2

This commit is contained in:
Élie Bouttier 2014-08-18 15:09:08 -07:00
parent f6a0788afa
commit f9f98d9796

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
from django.core.mail import send_mass_mail
from django.template.loader import render_to_string
from django.core.urlresolvers import reverse