X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Ftca6408a%2F__init__.py;h=5373c311837cbbd27146dbc7da2653ce79cabbc2;hp=9982d58bfaafe03e818d876943d7e10757c094fd;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=d4026957a57e5f665fa91c8d706976613e29c1b4 diff --git a/decoders/tca6408a/__init__.py b/decoders/tca6408a/__init__.py index 9982d58..5373c31 100644 --- a/decoders/tca6408a/__init__.py +++ b/decoders/tca6408a/__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 @@ This decoder stacks on top of the 'i2c' PD and decodes the Texas Instruments TCA6408A 8-bit I²C I/O expander protocol. ''' -from .pd import * +from .pd import Decoder