diff options
Diffstat (limited to 'decoders/lm75')
-rw-r--r-- | decoders/lm75/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/lm75/__init__.py | 2 | ||||
-rw-r--r-- | decoders/lm75/pd.py (renamed from decoders/lm75/lm75.py) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/decoders/lm75/Makefile.am b/decoders/lm75/Makefile.am index 6ab1818..82a2190 100644 --- a/decoders/lm75/Makefile.am +++ b/decoders/lm75/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/lm75 -dist_pkgdata_DATA = __init__.py lm75.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index fd72612..548cf65 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__init__.py @@ -30,5 +30,5 @@ Details: TODO. ''' -from .lm75 import * +from .pd import * diff --git a/decoders/lm75/lm75.py b/decoders/lm75/pd.py index 9d2f0ab..9d2f0ab 100644 --- a/decoders/lm75/lm75.py +++ b/decoders/lm75/pd.py |