ソースを参照

Removes compat alias celery.app.base.App (use .Celery)

Ask Solem 8 年 前
コミット
ed8ba71bce
1 ファイル変更0 行追加1 行削除
  1. 0 1
      celery/app/base.py

+ 0 - 1
celery/app/base.py

@@ -1128,4 +1128,3 @@ class Celery:
             return (timezone.get_timezone('UTC') if conf.enable_utc
                     else timezone.local)
         return timezone.get_timezone(conf.timezone)
-App = Celery  # compat