X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fedid%2F__init__.py;h=f0331cc89e719e662aa86515804c33630e83b0af;hb=8a8b516aff4005faeea3df0f3ecb22527c10ae8d;hp=baa268161b58baabd879ced7c3a2b920c2b3bf9b;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index baa2681..f0331cc 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 ## @@ -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 . ## ''' @@ -36,5 +35,4 @@ More information on EDID is available here: https://en.wikipedia.org/wiki/Extended_display_identification_data ''' -from .pd import * - +from .pd import Decoder