standardized the Element inheritance __init__ usage in gui
[debian/gnuradio] / grc / gui / Element.py
index 3151917237785ad299ac0cc7b756e74ba8d2d2a8..ecf1de1ca30e2a681901ee93089c41dc3b0d045d 100644 (file)
@@ -32,7 +32,7 @@ class Element(object):
        and methods to detect selection of those areas.
        """
 
-       def __init__(self, *args, **kwargs):
+       def __init__(self):
                """
                Make a new list of rectangular areas and lines, and set the coordinate and the rotation.
                """