X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fonewire_network%2F__init__.py;h=f184a3dfde1927beb2357720f2e6d074319b4f93;hb=e6449805fc8d56d0d8ff4003d123437e799b242f;hp=25b3f5d4cce3d7b32bb793830b36efee0b140931;hpb=6188e4e41ef0d9468a1b9f9bad5637ca862d73df;p=libsigrokdecode.git diff --git a/decoders/onewire_network/__init__.py b/decoders/onewire_network/__init__.py index 25b3f5d..f184a3d 100644 --- a/decoders/onewire_network/__init__.py +++ b/decoders/onewire_network/__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 ## @@ -58,5 +58,5 @@ TODO: - Add reporting original/complement address values from the search algorithm. ''' -from .onewire_network import * +from .pd import *