From 2babfe790d7ceba48251822eaae80f7676600a85 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Tue, 11 Jun 2024 15:53:59 +0200 Subject: [PATCH] Move mapd_manager.py to system directory The mapd_manager.py file has been relocated from the selfdrive directory to the system directory. This change in location reflects the file hierarchy restructuring and improves the organization of the codebase. --- release/files_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/files_common b/release/files_common index 8af148a3b2..281bb49215 100644 --- a/release/files_common +++ b/release/files_common @@ -142,7 +142,7 @@ selfdrive/debug/uiview.py selfdrive/debug/hyundai_enable_radar_points.py selfdrive/debug/vw_mqb_config.py -selfdrive/mapd_manager.py +system/mapd_manager.py selfdrive/sunnypilot/*.py selfdrive/sunnypilot/live_map_data/*.py