X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flpc%2F__init__.py;h=2c2c430c66ac042af46287def3c57781fc1a0903;hb=92b7b49f6964f57a7d6fc4473645c993cfa4ba52;hp=986b550f0961ce7b056a36148e12103e5055d12c;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;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