diff options
Diffstat (limited to 'grc/core/Element.py')
-rw-r--r-- | grc/core/Element.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/core/Element.py b/grc/core/Element.py index b96edb0a72..67c36e12b4 100644 --- a/grc/core/Element.py +++ b/grc/core/Element.py @@ -100,6 +100,7 @@ class Element(object): is_flow_graph = False is_block = False + is_dummy_block = False is_connection = False @@ -107,3 +108,7 @@ class Element(object): is_port = False is_param = False + + is_variable = False + + is_import = False |