Ver código fonte

Forgot to import sys in bin/celeryd

Ask Solem 16 anos atrás
pai
commit
9677c67764
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      bin/celeryd

+ 1 - 0
bin/celeryd

@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+import sys
 from celery.bin.celeryd import main, parse_options
 
 if __name__ == "__main__":