X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fcan%2F__init__.py;fp=decoders%2Fcan%2F__init__.py;h=60dc85f884b27a8e92f7df965687f848076b6e33;hb=95d11271b46a46788d497481d03177e883c8554e;hp=9f9fcde857c924a4425ce0e9d1e0c1d09ef454cb;hpb=0b6bc7f9554c0980153563b6a3d16c3642fc4651;p=libsigrokdecode.git 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