standardized the Element inheritance __init__ usage in gui
[debian/gnuradio] / grc / gui / Connection.py
index 013bcb00f81556c469ca48f610154e334c423664..a85650ee2da9213c68adfd09b269cea3e1246c6f 100644 (file)
@@ -32,6 +32,8 @@ class Connection(Element):
        The arrow coloring exposes the enabled and valid states.
        """
 
+       def __init__(self): Element.__init__(self)
+
        def get_coordinate(self):
                """
                Get the 0,0 coordinate.