]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rfm12/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / rfm12 / __init__.py
index 0ad72e5283614cacd881d4c614ee8c0aa998ff88..725d44387322f5466a418a747330766754bbc413 100644 (file)
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'spi' PD and decodes the HopeRF RFM12
 wireless transceiver control protocol.
 '''
 
-from .pd import *
+from .pd import Decoder