]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lm75/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / lm75 / __init__.py
index 4105814ea36e4f274b6866fa8a3019e7a4f53baf..1026df1b030cac953ffd38d15887ce245e981676 100644 (file)
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the National LM75
 (and compatibles) temperature sensor protocol.
 '''
 
-from .pd import *
+from .pd import Decoder