summaryrefslogtreecommitdiff
path: root/decoders/dcf77
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dcf77')
-rw-r--r--decoders/dcf77/Makefile.am2
-rw-r--r--decoders/dcf77/__init__.py2
-rw-r--r--decoders/dcf77/pd.py (renamed from decoders/dcf77/dcf77.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/decoders/dcf77/Makefile.am b/decoders/dcf77/Makefile.am
index c55f0b7..33ea1c7 100644
--- a/decoders/dcf77/Makefile.am
+++ b/decoders/dcf77/Makefile.am
@@ -20,7 +20,7 @@
pkgdatadir = $(DECODERS_DIR)/dcf77
-dist_pkgdata_DATA = __init__.py dcf77.py
+dist_pkgdata_DATA = __init__.py pd.py
CLEANFILES = *.pyc
diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py
index bef505b..e2ed26b 100644
--- a/decoders/dcf77/__init__.py
+++ b/decoders/dcf77/__init__.py
@@ -25,5 +25,5 @@ Details:
http://en.wikipedia.org/wiki/DCF77
'''
-from .dcf77 import *
+from .pd import *
diff --git a/decoders/dcf77/dcf77.py b/decoders/dcf77/pd.py
index c4132e9..c4132e9 100644
--- a/decoders/dcf77/dcf77.py
+++ b/decoders/dcf77/pd.py