X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Favr_isp%2F__init__.py;h=75a9fe2977b25aff43c674b283a13a82e6c4f419;hb=c357abd198bd195cb9ea015130dc76c8c7a33651;hp=4c4a900eebdd4c04042b41e8a92043e441f9ae67;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/avr_isp/__init__.py b/decoders/avr_isp/__init__.py index 4c4a900..75a9fe2 100644 --- a/decoders/avr_isp/__init__.py +++ b/decoders/avr_isp/__init__.py @@ -23,5 +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