Skip to content

Commit 69684eb

Browse files
committed
make opendbc import work, and ignore junk
1 parent 1b8f848 commit 69684eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pyc
2+
.*.swp

__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import os
2+
DBC_PATH = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)