Selaa lähdekoodia

Fixes Celery command extensions

Ask Solem 9 vuotta sitten
vanhempi
commit
514d0fe460
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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):