X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;h=e3e9a913b24d1b47f2628bafa78634b6b96da333;hb=b66bfd9573bada4d3249e9029e6c6c6112d7b4ac;hp=c5202c5acc9b7695a5f8f527fd18a3838944da3e;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index c5202c5..e3e9a91 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__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 . ## ''' @@ -25,5 +24,4 @@ It takes an I²C stream as input and outputs multiple I²C streams, each stream containing only I²C packets for one specific I²C slave. ''' -from .pd import * - +from .pd import Decoder