Files
StarPilot/selfdrive/car/common/basedir.py
T
Shane Smiskol 4490156cb1 GM: remove basedir import (#33312)
* remove these exceptions

* whoop

* ahhh
old-commit-hash: d43bf899786bb752fc13818c6a4f8d4a7669ab37
2024-08-14 22:55:17 -07:00

5 lines
104 B
Python

import os
BASEDIR = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))