diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/mlx90614/__init__.py | 2 | ||||
-rw-r--r-- | decoders/mlx90614/pd.py (renamed from decoders/mlx90614/mlx90614.py) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/decoders/mlx90614/Makefile.am b/decoders/mlx90614/Makefile.am index f14874f..c9d0d4b 100644 --- a/decoders/mlx90614/Makefile.am +++ b/decoders/mlx90614/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/mlx90614 -dist_pkgdata_DATA = __init__.py mlx90614.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/mlx90614/__init__.py b/decoders/mlx90614/__init__.py index 0ceabc2..c14e67f 100644 --- a/decoders/mlx90614/__init__.py +++ b/decoders/mlx90614/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .mlx90614 import * +from .pd import * diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/pd.py index 1ee88d7..1ee88d7 100644 --- a/decoders/mlx90614/mlx90614.py +++ b/decoders/mlx90614/pd.py |