]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/__init__.py
uart: Fix code comment.
[libsigrokdecode.git] / decoders / xfp / __init__.py
index 627f07b927955d0c5882e8115d78c9ecedb6d044..51936e5537052eb23837c420cbd556be2a9cc85e 100644 (file)
@@ -19,7 +19,7 @@
 ##
 
 '''
-XFP I²C management interface structure decoder.
+This PD decodes the XFP I²C management interface structures/protocol.
 
 XFP modules include an I²C interface, used to monitor and control various
 aspects of the module. The specification defines an I²C slave at address
@@ -37,5 +37,4 @@ The XFP specification is available here:
   ftp://ftp.seagate.com/sff/INF-8077.PDF
 '''
 
-from .pd import *
-
+from .pd import Decoder