X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fedid%2F__init__.py;h=de544d3c716eb8c48dacb9f080029dba07032a80;hp=0987d1780ee6f7d7b82912529538564c704e7352;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=71077f34ffbd7d4015886a229edb2f2f827cb442 diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index 0987d17..de544d3 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__init__.py @@ -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 ## @@ -36,5 +36,4 @@ More information on EDID is available here: https://en.wikipedia.org/wiki/Extended_display_identification_data ''' -from .edid import * - +from .pd import Decoder