X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fswd%2F__init__.py;h=c1b5ae593b1c6b59bfa90d8770d3529421be7897;hb=8a8b516aff4005faeea3df0f3ecb22527c10ae8d;hp=e6da90806cc3a860b1b760dc149a7c9c5b1fcb94;hpb=4afe40462af650a0df1bfb7bd185ee666f2b30f0;p=libsigrokdecode.git diff --git a/decoders/swd/__init__.py b/decoders/swd/__init__.py index e6da908..c1b5ae5 100644 --- a/decoders/swd/__init__.py +++ b/decoders/swd/__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 . ## ''' @@ -32,4 +31,4 @@ Not supported: * SWD protocol version 2 (multi-drop support, etc.) ''' -from .pd import * +from .pd import Decoder