]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/__init__.py
spi: Fix start-/end-sample numbers.
[libsigrokdecode.git] / decoders / i2c / __init__.py
index 14262d18e9177a1f8860801e2b9d2df3199019c8..6af7ebedc59389c3af750379b8f5943dfd5bc3ce 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>
 ##
@@ -79,5 +79,5 @@ For 'START', 'START REPEAT', 'STOP', 'ACK', and 'NACK' <data> is None.
 
 '''
 
-from .i2c import *
+from .pd import *