Browse Source

Forgot to import sys in bin/celeryd

Ask Solem 16 years ago
parent
commit
9677c67764
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.celeryd import main, parse_options
 
 if __name__ == "__main__":