Move a bunch of stuff to system/ part 3 (#24829)

* move swaglog.py

* timezoned

* logmessaged

* version.py

* fix linter
This commit is contained in:
Adeeb Shihadeh
2022-06-11 23:19:27 -07:00
committed by GitHub
parent fbd98b0e54
commit 0fce5d9045
56 changed files with 76 additions and 73 deletions
+4 -2
View File
@@ -14,10 +14,12 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
from os.path import exists
import sys
from selfdrive.version import get_version
from os.path import exists
from common.basedir import BASEDIR
from system.version import get_version
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))