X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cfilter%2F__init__.py;h=be97bf0a0f7e951cf543008046e16dde31a122bd;hb=e992ae3a525cbc0d6441bdf102dae347f1ccf6d0;hp=ddb16ffb17e4439e79ecd86d911384ccab7fab55;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;p=libsigrokdecode.git diff --git a/decoders/i2cfilter/__init__.py b/decoders/i2cfilter/__init__.py index ddb16ff..be97bf0 100644 --- a/decoders/i2cfilter/__init__.py +++ b/decoders/i2cfilter/__init__.py @@ -34,4 +34,4 @@ Both of these are optional; if no options are specified the entire payload of the I²C session will be output. ''' -from .pd import * +from .pd import Decoder