standardized the Element inheritance __init__ usage in gui
[debian/gnuradio] / grc / gui / Block.py
index 0f3e511d82e7879594bc098b293cb283fe1a907d..68c4da9c34fd062c2bef642dd247b215b341f5be 100644 (file)
@@ -37,7 +37,7 @@ BLOCK_MARKUP_TMPL="""\
 class Block(Element):
        """The graphical signal block."""
 
-       def __init__(self, *args, **kwargs):
+       def __init__(self):
                """
                Block contructor.
                Add graphics related params to the block.