standardized the Element inheritance __init__ usage in gui
[debian/gnuradio] / grc / gui / Port.py
index 6fc2c4b155aeec04f26cb69131aa3065d0aab628..9c8d87a16a3085c1ce77ba9299b731590c71d1ef 100644 (file)
@@ -34,7 +34,7 @@ PORT_MARKUP_TMPL="""\
 class Port(Element):
        """The graphical port."""
 
-       def __init__(self, *args, **kwargs):
+       def __init__(self):
                """
                Port contructor.
                Create list of connector coordinates.