소스 검색

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(