Move mail() to services/

This commit is contained in:
Raphael Michel
2015-06-03 14:01:33 +02:00
parent fc907a2ec7
commit c83bd0e293
4 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ from django.utils.functional import cached_property
from django.utils.timezone import now
from django.views.generic import TemplateView
from django.utils.translation import ugettext_lazy as _
from pretix.base.mail import mail
from pretix.base.services.mail import mail
from pretix.base.models import CartPosition, QuestionAnswer, Quota, Order, OrderPosition
from pretix.base.signals import register_payment_providers
from pretix.presale.forms.checkout import QuestionsForm