commit: b83451f801b314e3022bb0ca6b5d88e03b0bc5d5
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 10:38:10 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 10:38:10 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b83451f8
lib/portage: drop obsolete multiprocessing import
This is a leftover from the macOS multiprocessing fork force we had to
do in the past.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
lib/portage/__init__.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/portage/__init__.py b/lib/portage/__init__.py
index 2886bd29cc..f097b653c7 100644
--- a/lib/portage/__init__.py
+++ b/lib/portage/__init__.py
@@ -12,8 +12,6 @@ try:
import asyncio
import sys
import errno
- # PREFIX LOCAL
- import multiprocessing
if not hasattr(errno, "ESTALE"):
# ESTALE may not be defined on some systems, such as interix.