diff options
Diffstat (limited to 'decoders/can')
-rw-r--r-- | decoders/can/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/can/__init__.py b/decoders/can/__init__.py index 9f9fcde..60dc85f 100644 --- a/decoders/can/__init__.py +++ b/decoders/can/__init__.py @@ -27,4 +27,4 @@ the digital output side of a CAN transceiver IC such as the Microchip MCP-2515DM-BM). ''' -from .pd import * +from .pd import Decoder |