Browse Source

Add missing 'sys' import

Ask Solem 15 năm trước cách đây
mục cha
commit
541b754221
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = """