X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2s%2F__init__.py;h=a0b7097f98daacfec10f2a68bd4bd36650a716da;hb=826981ac5a2105c7231aeb5e5e523cd37ce72edd;hp=b9c0ed72fb683e63a13585d97020ecd34694ff35;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index b9c0ed7..a0b7097 100644 --- a/decoders/i2s/__init__.py +++ b/decoders/i2s/__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 . ## ''' @@ -27,5 +26,4 @@ http://www.nxp.com/acrobat_download/various/I2SBUS.pdf http://en.wikipedia.org/wiki/I2s ''' -from .pd import * - +from .pd import Decoder