Skip to content

Commit

Permalink
Examples: fixed import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed May 22, 2019
1 parent 533d239 commit 223323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query_vin_and_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import struct
from panda import Panda
from hexdump import hexdump
from panda.isotp import isotp_send, isotp_recv
from panda.python.isotp import isotp_send, isotp_recv

# 0x7e0 = Toyota
# 0x18DB33F1 for Honda?
Expand Down

0 comments on commit 223323a

Please sign in to comment.