X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;fp=decoders%2Fi2cdemux%2F__init__.py;h=75fcd8607bb69c5a105f9b6cf579392a1e9381bb;hp=265e5682edbfc2ca650323aabdb6b984c961c922;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=0b6bc7f9554c0980153563b6a3d16c3642fc4651 diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 265e568..75fcd86 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__init__.py @@ -25,4 +25,4 @@ It takes an I²C stream as input and outputs multiple I²C streams, each stream containing only I²C packets for one specific I²C slave. ''' -from .pd import * +from .pd import Decoder