summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cdemux')
-rw-r--r--decoders/i2cdemux/__init__.py2
1 files changed, 1 insertions, 1 deletions
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