]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/__init__.py
usb_signalling: Fix EOP handling and annotation.
[libsigrokdecode.git] / decoders / i2cdemux / __init__.py
index 445a88e501fa2183328934ab2703f86e6a8a8643..2ac0fce81a1cdadce5e2417da4f89986e6f4a485 100644 (file)
@@ -1,5 +1,5 @@
 ##
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -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.
 '''
 
 containing only I2C packets for one specific I2C slave.
 '''
 
-from .i2cdemux import *
+from .pd import *