X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fusb_packet%2F__init__.py;h=5cd7c56b750953d4b691c4d7764611231efabf03;hb=b197383cfb39b39ff04644855eef57f5d3c18bc1;hp=06b67b9ddede960cd3aa51769f3e551e6488d42d;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/usb_packet/__init__.py b/decoders/usb_packet/__init__.py index 06b67b9..5cd7c56 100644 --- a/decoders/usb_packet/__init__.py +++ b/decoders/usb_packet/__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 . ## ''' @@ -41,5 +40,4 @@ https://en.wikipedia.org/wiki/USB http://www.usb.org/developers/docs/ ''' -from .pd import * - +from .pd import Decoder