summaryrefslogtreecommitdiff
path: root/decoders/mlx90614/__init__.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-11-21 22:43:02 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-11-24 20:21:19 +0100
commit24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5 (patch)
tree43d0c24c6a18e824d9d66a390bad9cff3aa081af /decoders/mlx90614/__init__.py
parent23f999aa996e54cd73cb54d5e254d1445d65847d (diff)
downloadlibsigrokdecode-24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5.tar.gz
libsigrokdecode-24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5.zip
All PDs: Name the files pd.py consistently.
The Python module name is determined by the directory name (e.g. dcf77), the *.py file names in that directory don't matter and can be kept consistent.
Diffstat (limited to 'decoders/mlx90614/__init__.py')
-rw-r--r--decoders/mlx90614/__init__.py2
1 files changed, 1 insertions, 1 deletions
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 *