X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fspdif%2F__init__.py;h=3f5109a774c03a0ac3227edc1d2ba295086ba624;hb=88567e4abe73a49acf9527aedeed42ee738c7976;hp=e53a4357a03c4c0eb43f3f71673c820558b232e2;hpb=cb6d4c6d8a06ee62a6aa37cc5cddc71cd5ae3adb;p=libsigrokdecode.git diff --git a/decoders/spdif/__init__.py b/decoders/spdif/__init__.py index e53a435..3f5109a 100644 --- a/decoders/spdif/__init__.py +++ b/decoders/spdif/__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 . ## ''' @@ -23,5 +22,4 @@ S/PDIF (Sony/Philips Digital Interface Format) is a serial bus for transmitting audio data. ''' -from .pd import * - +from .pd import Decoder