diff options
Diffstat (limited to 'decoders/i2cfilter')
-rw-r--r-- | decoders/i2cfilter/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |