summaryrefslogtreecommitdiff
path: root/decoders/ds1307
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ds1307')
-rw-r--r--decoders/ds1307/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds1307/__init__.py b/decoders/ds1307/__init__.py
index 70980a6..7166229 100644
--- a/decoders/ds1307/__init__.py
+++ b/decoders/ds1307/__init__.py
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the Dallas DS1307
real-time clock (RTC) specific registers and commands.
'''
-from .pd import *
+from .pd import Decoder