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

@@ -10,7 +10,7 @@ from django.utils.translation import ugettext as _
from pretix.celery_app import app
logger = logging.getLogger('pretix.base.async')
logger = logging.getLogger('pretix.base.tasks')
class AsyncAction: