Browse Source

Made AbortableTask abstract.

Simon Charette 12 năm trước cách đây
mục cha
commit
b351c85656
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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."""