Explorar el Código

Fixes celeryctl shell

Ask Solem hace 13 años
padre
commit
80705a47ae
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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}