Browse Source

Made AbortableTask abstract.

Simon Charette 12 years ago
parent
commit
b351c85656
1 changed files with 2 additions and 0 deletions
  1. 2 0
      celery/contrib/abortable.py

+ 2 - 0
celery/contrib/abortable.py

@@ -142,6 +142,8 @@ class AbortableTask(Task):
 
     """
 
+    abstract = True
+
     @classmethod
     def AsyncResult(cls, task_id):
         """Returns the accompanying AbortableAsyncResult instance."""