Explorar o código

Removes compat SystemTerminate (use celery.exceptions.WorkerTerminate)

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
6ad1bf041a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      celery/exceptions.py

+ 0 - 1
celery/exceptions.py

@@ -101,7 +101,6 @@ class Reject(TaskPredicate):
 
 class WorkerTerminate(SystemExit):
     """Signals that the worker should terminate immediately."""
-SystemTerminate = WorkerTerminate  # XXX compat
 
 
 class WorkerShutdown(SystemExit):