X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fcan%2F__init__.py;h=60dc85f884b27a8e92f7df965687f848076b6e33;hp=38731c269348012161b5840b1a045ebe4cc82e85;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d diff --git a/decoders/can/__init__.py b/decoders/can/__init__.py index 38731c2..60dc85f 100644 --- a/decoders/can/__init__.py +++ b/decoders/can/__init__.py @@ -27,5 +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