]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/parallel/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / parallel / __init__.py
index ee8b4447d45db8c9ad448f5b59dc1791953189d0..a7077bb93363fbe286ad2c661d11a3cc5037b113 100644 (file)
@@ -32,4 +32,4 @@ should be used. Using combinations like D7/D12/D3/D15 is not supported.
 For an 8-bit bus you should use D0-D7, for a 16-bit bus use D0-D15 and so on.
 '''
 
-from .pd import *
+from .pd import Decoder