]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/__init__.py
spiflash: Add Winbond W25Q80DV metadata.
[libsigrokdecode.git] / decoders / edid / __init__.py
index 0987d1780ee6f7d7b82912529538564c704e7352..f0331cc89e719e662aa86515804c33630e83b0af 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>
 ##
@@ -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 <http://www.gnu.org/licenses/>.
 ##
 
 '''
@@ -36,5 +35,4 @@ More information on EDID is available here:
  https://en.wikipedia.org/wiki/Extended_display_identification_data
 '''
 
-from .edid import *
-
+from .pd import Decoder