athena: move to system/ (#32488)

* athena: move to system/

* slash
This commit is contained in:
Adeeb Shihadeh
2024-05-20 14:59:43 -07:00
committed by GitHub
parent f3f22a5698
commit 3279dbeff7
14 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ from openpilot.system.hardware import HARDWARE, PC
from openpilot.selfdrive.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog
from openpilot.selfdrive.manager.process import ensure_running
from openpilot.selfdrive.manager.process_config import managed_processes
from openpilot.selfdrive.athena.registration import register, UNREGISTERED_DONGLE_ID
from openpilot.system.athena.registration import register, UNREGISTERED_DONGLE_ID
from openpilot.common.swaglog import cloudlog, add_file_handler
from openpilot.system.version import get_build_metadata, terms_version, training_version