]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / avr_isp / __init__.py
index 87a6e7cb691a540aae1cfd726d82f1b1d5179c34..75a9fe2977b25aff43c674b283a13a82e6c4f419 100644 (file)
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'spi' PD and decodes the In-System
 Programming (ISP) protocol of some Atmel AVR 8-bit microcontrollers.
 '''
 
-from .pd import *
+from .pd import Decoder