|
@@ -21,7 +21,7 @@ from functools import total_ordering
|
|
|
from threading import Event, Thread
|
|
|
|
|
|
from billiard import ensure_multiprocessing
|
|
|
-from billiard.process import Process
|
|
|
+from billiard.context import Process
|
|
|
from billiard.common import reset_signals
|
|
|
from kombu.utils import cached_property, reprcall
|
|
|
from kombu.utils.functional import maybe_evaluate
|