Small refinements on the previous commit

This commit is contained in:
Raphael Michel
2017-04-14 18:05:02 +02:00
parent bd5337a2c2
commit 92aa65a839
4 changed files with 11 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ from django.dispatch import receiver
from django.utils.translation import ugettext_lazy as _
from pretix.base.models import OrderPosition
from ..exporter import BaseExporter
from ..models import Order
from ..signals import register_data_exporters