]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/parallel/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / parallel / __init__.py
index cc1f3d1322a755e20fab2da9d4d1450fb502eeab..a7077bb93363fbe286ad2c661d11a3cc5037b113 100644 (file)
@@ -32,5 +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