X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2cfilter%2F__init__.py;h=9a0b256756941c91d62427cfd8a27ffcbbf59505;hp=6443f5b620d61093867dc80b631ca69775be51cc;hb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;hpb=48eee789a15ebd4c26d469a29dd79e7971f031fe diff --git a/decoders/i2cfilter/__init__.py b/decoders/i2cfilter/__init__.py index 6443f5b..9a0b256 100644 --- a/decoders/i2cfilter/__init__.py +++ b/decoders/i2cfilter/__init__.py @@ -34,5 +34,5 @@ Both of these are optional; if no options are specified the entire payload of the I2C session will be output. ''' -from .i2cfilter import * +from .pd import *