We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0ce3e commit 5be5c57Copy full SHA for 5be5c57
obd/__init__.py
@@ -31,7 +31,7 @@
31
__version__ = '0.3b0.0'
32
33
from obd import OBD
34
-from command import OBDCommand
+from OBDCommand import OBDCommand
35
from commands import commands
36
from utils import scanSerial, Unit
37
from debug import debug
obd/commands.py
@@ -28,7 +28,7 @@
28
# #
29
########################################################################
30
from decoders import *
0 commit comments