standardized the Element inheritance __init__ usage in gui
[debian/gnuradio] / grc / gui / FlowGraph.py
index 5e645be7274f8e56112915312b14d4755c1a9361..8a908ff5044014fd402eee6dffa79811e43b1fb2 100644 (file)
@@ -39,7 +39,7 @@ class FlowGraph(Element):
        and the connections between inputs and outputs.
        """
 
-       def __init__(self, *args, **kwargs):
+       def __init__(self):
                """
                FlowGraph contructor.
                Create a list for signal blocks and connections. Connect mouse handlers.