summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cdemux/__init__.py')
-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 445a88e..1e5afbd 100644
--- a/decoders/i2cdemux/__init__.py
+++ b/decoders/i2cdemux/__init__.py
@@ -25,5 +25,5 @@ Takes an I2C stream as input and outputs multiple I2C streams, each stream
containing only I2C packets for one specific I2C slave.
'''
-from .i2cdemux import *
+from .pd import *