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

View File

@@ -14,7 +14,7 @@ from tqdm import trange
from openpilot.common.params import Params
from openpilot.common.timeout import Timeout
from openpilot.system.hardware import TICI
from openpilot.selfdrive.manager.process_config import managed_processes
from openpilot.system.manager.process_config import managed_processes
from openpilot.tools.lib.logreader import LogReader
from openpilot.system.hardware.hw import Paths