X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fddc%2F__init__.py;fp=decoders%2Fddc%2F__init__.py;h=0000000000000000000000000000000000000000;hb=d3c8af667a6f2677c3ecc52b5249f24d9d0b356c;hp=95cf31ec4500072743a376eba1c3582ab572ad3e;hpb=61c2bd366eba64b50009c604c382c547f6cfdd88;p=libsigrokdecode.git diff --git a/decoders/ddc/__init__.py b/decoders/ddc/__init__.py deleted file mode 100644 index 95cf31e..0000000 --- a/decoders/ddc/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -## -## This file is part of the sigrok project. -## -## Copyright (C) 2012 Uwe Hermann -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## 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 -## - -from .ddc import * -