X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fonewire_link%2F__init__.py;h=28b0194bb324796e6534d531659d255f4339d36a;hp=6248916cc2f09e285a92de113305eca86fbb235e;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;ds=sidebyside diff --git a/decoders/onewire_link/__init__.py b/decoders/onewire_link/__init__.py index 6248916..28b0194 100644 --- a/decoders/onewire_link/__init__.py +++ b/decoders/onewire_link/__init__.py @@ -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 . ## ''' @@ -65,4 +64,4 @@ These options should be configured only on very rare cases and the user should read the decoder source code to understand them correctly. ''' -from .pd import * +from .pd import Decoder