X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fir_nec%2F__init__.py;h=c361c3dc6ccd9fd7da3ec1e14e36abf5edf6e96b;hp=84bf428897a6a191d78e4344fd91020c52ba9bc4;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=00962e763e610d8535dd9df1ac97377b3fb727a7 diff --git a/decoders/ir_nec/__init__.py b/decoders/ir_nec/__init__.py index 84bf428..c361c3d 100644 --- a/decoders/ir_nec/__init__.py +++ b/decoders/ir_nec/__init__.py @@ -14,13 +14,11 @@ ## 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 . ## ''' NEC is a pulse-distance based infrared remote control protocol. ''' -from .pd import * - +from .pd import Decoder