Housekeeping: removed celery dependency and some unused code.
[redakcja.git] / src / redakcja / __init__.py
index b64e43e..e69de29 100644 (file)
@@ -1,5 +0,0 @@
-from __future__ import absolute_import
-
-# This will make sure the app is always imported when
-# Django starts so that shared_task will use this app.
-from .celery import app as celery_app