X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cfilter%2F__init__.py;h=97572bf48335e5888b758308876db56fe1562707;hb=72a6cad40c4df6e5e45216cd5f77d1b195168359;hp=6443f5b620d61093867dc80b631ca69775be51cc;hpb=48eee789a15ebd4c26d469a29dd79e7971f031fe;p=libsigrokdecode.git diff --git a/decoders/i2cfilter/__init__.py b/decoders/i2cfilter/__init__.py index 6443f5b..97572bf 100644 --- a/decoders/i2cfilter/__init__.py +++ b/decoders/i2cfilter/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Bert Vermeulen ## @@ -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 *