]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/__init__.py
All PDs: Name the files pd.py consistently.
[libsigrokdecode.git] / decoders / edid / __init__.py
index d892e60ec1e038177756ffccc58ce9084ba1340b..baa268161b58baabd879ced7c3a2b920c2b3bf9b 100644 (file)
@@ -25,7 +25,7 @@ The three-character vendor ID as specified in the EDID standard refers to
 a Plug and Play ID (PNPID). The list of PNPID assignments is done by Microsoft.
 More information is available on this page:
 
 a Plug and Play ID (PNPID). The list of PNPID assignments is done by Microsoft.
 More information is available on this page:
 
   http://msdn.microsoft.com/en-us/windows/hardware/gg463195
+ http://msdn.microsoft.com/en-us/windows/hardware/gg463195
 
 The 'pnpids.txt' file included with this protocol decoder is derived from
 the list of assignments downloadable from that page. It was retrieved in
 
 The 'pnpids.txt' file included with this protocol decoder is derived from
 the list of assignments downloadable from that page. It was retrieved in
@@ -33,8 +33,8 @@ January 2012.
 
 More information on EDID is available here:
 
 
 More information on EDID is available here:
 
   https://en.wikipedia.org/wiki/Extended_display_identification_data
+ https://en.wikipedia.org/wiki/Extended_display_identification_data
 '''
 
 '''
 
-from .edid import *
+from .pd import *