diff options
Diffstat (limited to 'scripts/canbus_query.py')
-rw-r--r-- | scripts/canbus_query.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/canbus_query.py b/scripts/canbus_query.py index 9620be84..c31734dd 100644 --- a/scripts/canbus_query.py +++ b/scripts/canbus_query.py @@ -4,7 +4,11 @@ # Copyright (C) 2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import sys, os, optparse, time +import optparse +import os +import sys +import time + import can CANBUS_ID_ADMIN = 0x3F0 |