From be53f5eeed04cdb90aa702dc24d172582bfbdae1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 8 Oct 2025 10:23:55 +0900 Subject: [PATCH] Remove comment about removed logic The logic to insert python search paths no longer exists. Change-Id: Id39734a7d38879611edbd6e0226cc7a51e7640dd Signed-off-by: Takashi Kajinami --- neutron/server/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/neutron/server/__init__.py b/neutron/server/__init__.py index afe0c3e60bf..21fe9683690 100644 --- a/neutron/server/__init__.py +++ b/neutron/server/__init__.py @@ -13,9 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -# If ../neutron/__init__.py exists, add ../ to Python search path, so that -# it will override what happens to be installed in /usr/(local/)lib/python... - import logging as sys_logging import os import sys