X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2cfilter%2F__init__.py;h=be97bf0a0f7e951cf543008046e16dde31a122bd;hp=ddb16ffb17e4439e79ecd86d911384ccab7fab55;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=0b6bc7f9554c0980153563b6a3d16c3642fc4651 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