X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2F__init__.py;h=213e0ec02dac959c70769604890224ab2a36a3e9;hb=7fb4935edde881272fabdeda83f554bcf150689f;hp=fd72612bacbfe569342033660090591220f5e167;hpb=44f7ba18ee64fc89d0f69619076ff28a8bc6b31a;p=libsigrokdecode.git diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index fd72612..213e0ec 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__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 Uwe Hermann ## @@ -30,5 +30,5 @@ Details: TODO. ''' -from .lm75 import * +from .pd import *