]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/onewire_network/pd.py
HACKING: Update URL to Linux kernel coding style.
[libsigrokdecode.git] / decoders / onewire_network / pd.py
index bddc4a8434246d12cbef28623c19ab191be57350..fca16dae272de10d9830d90bd6fc8d44fe3403fc 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 ##
 
 import sigrokdecode as srd
@@ -45,7 +44,7 @@ class Decoder(srd.Decoder):
         ('text', 'Human-readable text'),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.ss_block = 0
         self.es_block = 0
         self.state = 'COMMAND'