diff options
Diffstat (limited to 'decoders/pan1321')
-rw-r--r-- | decoders/pan1321/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/pan1321/__init__.py b/decoders/pan1321/__init__.py index 7aa20f0..c14236d 100644 --- a/decoders/pan1321/__init__.py +++ b/decoders/pan1321/__init__.py @@ -23,4 +23,4 @@ This decoder stacks on top of the 'uart' PD and decodes the Panasonic PAN1321 Bluetooth module Serial Port Profile (SPP) protocol. ''' -from .pd import * +from .pd import Decoder |