瀏覽代碼

signature is now a local in celery shell

Ask Solem 11 年之前
父節點
當前提交
a07821a1f1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      celery/bin/celery.py

+ 2 - 1
celery/bin/celery.py

@@ -549,7 +549,8 @@ class shell(Command):  # pragma: no cover
                        'chunks': celery.chunks,
                        'xmap': celery.xmap,
                        'xstarmap': celery.xstarmap,
-                       'subtask': celery.subtask}
+                       'subtask': celery.subtask,
+                       'signature': celery.signature}
 
         if not without_tasks:
             self.locals.update(dict(