diff options
Diffstat (limited to 'decoders/lpc/__init__.py')
-rw-r--r-- | decoders/lpc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index ce2a140..1c79b73 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .lpc import * +from .pd import * |