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