X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fcan%2F__init__.py;h=60dc85f884b27a8e92f7df965687f848076b6e33;hb=6e58cefe1056bd17f605e7717c44461d324a953d;hp=38731c269348012161b5840b1a045ebe4cc82e85;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git 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