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

@@ -24,7 +24,7 @@ import argparse
import re
from collections import defaultdict
from openpilot.selfdrive.manager.process_config import managed_processes
from openpilot.system.manager.process_config import managed_processes
# Do statistics every 5 seconds
PRINT_INTERVAL = 5