X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag%2F__init__.py;h=51bb629988b11d69a6a98efbdd12003859fc3f10;hb=5b2c45db1db190ba7f921b0808c123c6e48a47f3;hp=0caf5aa70b79927442049aa2edb7e460dd60d398;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;p=libsigrokdecode.git diff --git a/decoders/jtag/__init__.py b/decoders/jtag/__init__.py index 0caf5aa..51bb629 100644 --- a/decoders/jtag/__init__.py +++ b/decoders/jtag/__init__.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' @@ -28,4 +27,4 @@ https://en.wikipedia.org/wiki/Joint_Test_Action_Group http://focus.ti.com/lit/an/ssya002c/ssya002c.pdf ''' -from .pd import * +from .pd import Decoder