|
@@ -67,6 +67,7 @@
|
|
terminated and replaced by a new worker.
|
|
terminated and replaced by a new worker.
|
|
|
|
|
|
"""
|
|
"""
|
|
|
|
+import sys
|
|
import multiprocessing
|
|
import multiprocessing
|
|
|
|
|
|
from celery.bin.base import Command, Option
|
|
from celery.bin.base import Command, Option
|
|
@@ -158,7 +159,6 @@ def main():
|
|
worker.execute_from_commandline()
|
|
worker.execute_from_commandline()
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
def windows_main():
|
|
def windows_main():
|
|
sys.stderr.write("""
|
|
sys.stderr.write("""
|
|
|
|
|