X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fparallel%2F__init__.py;h=a7077bb93363fbe286ad2c661d11a3cc5037b113;hb=1c49e875623918f8893308307f487a1f551daec4;hp=cc1f3d1322a755e20fab2da9d4d1450fb502eeab;hpb=6a15597a7b3f901b566b7bfc8c484a14e0fb6a11;p=libsigrokdecode.git diff --git a/decoders/parallel/__init__.py b/decoders/parallel/__init__.py index cc1f3d1..a7077bb 100644 --- a/decoders/parallel/__init__.py +++ b/decoders/parallel/__init__.py @@ -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