Sfoglia il codice sorgente

Add missing 'sys' import

Ask Solem 15 anni fa
parent
commit
541b754221
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      bin/celeryd

+ 1 - 0
bin/celeryd

@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+import sys
 from celery.bin import celeryd
 
 WINDOWS_MESSAGE = """