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