summaryrefslogtreecommitdiff
path: root/grc/core/Constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/Constants.py')
-rw-r--r--grc/core/Constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/core/Constants.py b/grc/core/Constants.py
index 8a99f8b256..992d5e7d83 100644
--- a/grc/core/Constants.py
+++ b/grc/core/Constants.py
@@ -41,6 +41,7 @@ FLOW_GRAPH_FILE_FORMAT_VERSION = 1
# Param tabs
DEFAULT_PARAM_TAB = "General"
ADVANCED_PARAM_TAB = "Advanced"
+DEFAULT_BLOCK_MODULE_NAME = '(no module specified)'
# Port domains
GR_STREAM_DOMAIN = "gr_stream"