X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fedid%2F__init__.py;h=de544d3c716eb8c48dacb9f080029dba07032a80;hp=318130f23b7c9866085c9dec15d9aae8948d169b;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=0b6bc7f9554c0980153563b6a3d16c3642fc4651 diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index 318130f..de544d3 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__init__.py @@ -36,4 +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