Selaa lähdekoodia

Fixes celeryctl shell

Ask Solem 13 vuotta sitten
vanhempi
commit
80705a47ae
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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}