standardized the Element inheritance __init__ usage in gui
[debian/gnuradio] / grc / gui / Param.py
index 4955d3336fd1dfbf070d4a4758e520c0bd0d640f..5cc8d9c7f3c70f2d89527514ff2ea93f678074b2 100644 (file)
@@ -114,6 +114,8 @@ Error:
 class Param(Element):
        """The graphical parameter."""
 
+       def __init__(self): Element.__init__(self)
+
        def get_input_class(self):
                """
                Get the graphical gtk class to represent this parameter.