X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fds1307%2F__init__.py;fp=decoders%2Fds1307%2F__init__.py;h=71662298eefbef4e7353dd9ead1a98b8fb6a158d;hp=70980a6217d02de2e743085d36878343b018ebcb;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=0b6bc7f9554c0980153563b6a3d16c3642fc4651 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