make opendbc import work, and ignore junk

This commit is contained in:
George Hotz 2017-06-05 01:36:59 -07:00
parent 1b8f848585
commit 69684eb473
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
.*.swp

2
__init__.py Normal file
View File

@ -0,0 +1,2 @@
import os
DBC_PATH = os.path.dirname(os.path.abspath(__file__))