]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/__init__.py
All PDs: Name the files pd.py consistently.
[libsigrokdecode.git] / decoders / i2c / __init__.py
index 14262d18e9177a1f8860801e2b9d2df3199019c8..6c7dafe7d75e7cf20f4c62c219db307aadb81a33 100644 (file)
@@ -79,5 +79,5 @@ For 'START', 'START REPEAT', 'STOP', 'ACK', and 'NACK' <data> is None.
 
 '''
 
-from .i2c import *
+from .pd import *