Removed unneeded django_rq import

This commit is contained in:
Markus Kaiserswerth 2014-03-18 17:02:23 +01:00
parent d3aabb0db3
commit c5a1be3b8e

View file

@ -163,12 +163,6 @@ class Celery(BaseAsync):
Async = Celery # backwards compatibility
try:
import django_rq
except ImportError:
pass
class RQ(BaseAsync):
"""
A backend that uses RQ to generate the images.