summaryrefslogtreecommitdiff
path: root/grc/gui/Param.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Param.py')
-rw-r--r--grc/gui/Param.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/gui/Param.py b/grc/gui/Param.py
index 4955d3336..5cc8d9c7f 100644
--- a/grc/gui/Param.py
+++ b/grc/gui/Param.py
@@ -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.