]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / rtc8564 / __init__.py
index 65aa6402ea5fc87c98f05c069756c57bb2926ee1..e2776a6a1d7d0b386acb79b77ee65188564ff01a 100644 (file)
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the Epson
 RTC-8564 JE/NB real-time clock (RTC) protocol.
 '''
 
-from .pd import *
+from .pd import Decoder