]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / edid / __init__.py
index baa268161b58baabd879ced7c3a2b920c2b3bf9b..de544d3c716eb8c48dacb9f080029dba07032a80 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
 ##
@@ -36,5 +36,4 @@ More information on EDID is available here:
  https://en.wikipedia.org/wiki/Extended_display_identification_data
 '''
 
-from .pd import *
-
+from .pd import Decoder