Merge commit 'v3.3.0' into upstream
[debian/gnuradio] / grc / gui / Platform.py
index 8f0aa533d47d33ac48ba7836934cebb18e13c097..8bbfaca2322a5a0a7528733bc83777f2e4e2cd5e 100644 (file)
@@ -19,4 +19,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
 from Element import Element
 
-class Platform(Element): pass
+class Platform(Element):
+       def __init__(self): Element.__init__(self)