Rename module async to tasks (#994)

Fixes #993
This commit is contained in:
Felix Rindt
2018-08-21 10:53:40 +02:00
committed by Raphael Michel
parent 0e1159b01e
commit 8183648902
21 changed files with 19 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ from django.utils.timezone import override
from pretix.base.i18n import language
from pretix.base.models import CachedFile, Event, cachedfile_name
from pretix.base.services.async import ProfiledTask
from pretix.base.services.tasks import ProfiledTask
from pretix.base.signals import register_data_exporters
from pretix.celery_app import app