]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/onewire_network/__init__.py
i2s: Use annotation types.
[libsigrokdecode.git] / decoders / onewire_network / __init__.py
index 25b3f5d4cce3d7b32bb793830b36efee0b140931..f184a3dfde1927beb2357720f2e6d074319b4f93 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
@@ -58,5 +58,5 @@ TODO:
  - Add reporting original/complement address values from the search algorithm.
 '''
 
-from .onewire_network import *
+from .pd import *