소스 검색

Fixes Celery command extensions

Ask Solem 9 년 전
부모
커밋
514d0fe460
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      celery/bin/celery.py

+ 1 - 0
celery/bin/celery.py

@@ -1026,6 +1026,7 @@ class CeleryCommand(Command):
     }
     enable_config_from_cmdline = True
     prog_name = 'celery'
+    namespace = 'celery'
 
     @classmethod
     def register_command(cls, fun, name=None):