Browse Source

Add missing 'sys' import

Ask Solem 14 years ago
parent
commit
541b754221
1 changed files with 1 additions and 0 deletions
  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 = """