Skip to content

Commit 5be5c57

Browse files
author
Brendan Whitfield
committed
fixed import filenames
1 parent db0ce3e commit 5be5c57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

obd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__version__ = '0.3b0.0'
3232

3333
from obd import OBD
34-
from command import OBDCommand
34+
from OBDCommand import OBDCommand
3535
from commands import commands
3636
from utils import scanSerial, Unit
3737
from debug import debug

obd/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# #
2929
########################################################################
3030

31-
from command import OBDCommand
31+
from OBDCommand import OBDCommand
3232
from decoders import *
3333
from debug import debug
3434

0 commit comments

Comments
 (0)