]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ir_rc5/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / ir_rc5 / __init__.py
index d94824d278ccc40ae0b199613f4e6e6e58c12df9..8f5f5a3715b6781afd3e8fa4d4dba38c32b65d4c 100644 (file)
@@ -22,4 +22,4 @@
 RC-5 is a biphase/manchester based infrared remote control protocol.
 '''
 
-from .pd import *
+from .pd import Decoder