diff options
Diffstat (limited to 'decoders/parallel')
-rw-r--r-- | decoders/parallel/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/parallel/__init__.py b/decoders/parallel/__init__.py index ee8b444..a7077bb 100644 --- a/decoders/parallel/__init__.py +++ b/decoders/parallel/__init__.py @@ -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 |