manager: move to system/ (#32538)

* manager: move to system/

* one more
This commit is contained in:
Adeeb Shihadeh
2024-05-25 12:41:17 -07:00
committed by GitHub
parent 73b02f2cda
commit accdade4cf
43 changed files with 53 additions and 59 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import os
import time
import cereal.messaging as messaging
from openpilot.selfdrive.manager.process_config import managed_processes
from openpilot.system.manager.process_config import managed_processes
from openpilot.system.hardware.hw import Paths
from openpilot.common.swaglog import cloudlog, ipchandler