X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flpc%2F__init__.py;h=2c2c430c66ac042af46287def3c57781fc1a0903;hb=991c44f33a55733610f6d9da1efbcc5bf1074dee;hp=62a43075a2a524f6c481ac1c11310736264e597b;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index 62a4307..2c2c430 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__init__.py @@ -23,5 +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