X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flpc%2F__init__.py;fp=decoders%2Flpc%2F__init__.py;h=2c2c430c66ac042af46287def3c57781fc1a0903;hb=95d11271b46a46788d497481d03177e883c8554e;hp=986b550f0961ce7b056a36148e12103e5055d12c;hpb=0b6bc7f9554c0980153563b6a3d16c3642fc4651;p=libsigrokdecode.git diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index 986b550..2c2c430 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__init__.py @@ -23,4 +23,4 @@ LPC (Low-Pin Count) is a protocol for low-bandwidth devices used on some PC mainboards, such as the "BIOS chip" or the so-called "Super I/O". ''' -from .pd import * +from .pd import Decoder