Browse Source

Fixes celeryctl shell

Ask Solem 13 năm trước cách đây
mục cha
commit
80705a47ae
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      celery/bin/celeryctl.py

+ 0 - 1
celery/bin/celeryctl.py

@@ -395,7 +395,6 @@ class shell(Command):
         from .. import task
         self.app.loader.import_default_modules()
         self.locals = {"celery": self.app,
-                       "BaseTask": task.BaseTask,
                        "TaskSet": task.TaskSet,
                        "chord": task.chord,
                        "group": task.group}