summaryrefslogtreecommitdiff
path: root/decoders/ddc/__init__.py
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-01-31 18:07:59 +0100
committerBert Vermeulen <bert@biot.com>2012-01-31 18:08:56 +0100
commitd3c8af667a6f2677c3ecc52b5249f24d9d0b356c (patch)
treedbca99fca4e682e81a31a50ddb59c4fd5c2b47d6 /decoders/ddc/__init__.py
parent61c2bd366eba64b50009c604c382c547f6cfdd88 (diff)
downloadlibsigrokdecode-d3c8af667a6f2677c3ecc52b5249f24d9d0b356c.tar.gz
libsigrokdecode-d3c8af667a6f2677c3ecc52b5249f24d9d0b356c.zip
srd: remove obsolete DDC-only I2C filter
Diffstat (limited to 'decoders/ddc/__init__.py')
-rw-r--r--decoders/ddc/__init__.py22
1 files changed, 0 insertions, 22 deletions
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 <uwe@hermann-uwe.de>
-##
-## 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 *
-