]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / nunchuk / pd.py
index 0861cba3574cdbb393fe63cba590f5b7c1adcdb1..6a6b4e9613f7873b6dfb64c3632ecf93272d208d 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
@@ -47,7 +46,7 @@ class Decoder(srd.Decoder):
         ('warnings', 'Warnings', (14,)),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.state = 'IDLE'
         self.sx = self.sy = self.ax = self.ay = self.az = self.bz = self.bc = -1
         self.databytecount = 0