X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cfilter%2F__init__.py;h=be97bf0a0f7e951cf543008046e16dde31a122bd;hb=0a1661caef534aeac73dbf2cf6d0e0778bb9865c;hp=6cbab8a1fe3da1354e3b02bf47589e6bdc38f641;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/i2cfilter/__init__.py b/decoders/i2cfilter/__init__.py index 6cbab8a..be97bf0 100644 --- a/decoders/i2cfilter/__init__.py +++ b/decoders/i2cfilter/__init__.py @@ -34,5 +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