diff options
Diffstat (limited to 'grc/core/Constants.py')
-rw-r--r-- | grc/core/Constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/core/Constants.py b/grc/core/Constants.py index 1d1a17ee93..462049cc73 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -47,6 +47,7 @@ BLOCK_FLAG_THROTTLE = 'throttle' BLOCK_FLAG_DISABLE_BYPASS = 'disable_bypass' BLOCK_FLAG_NEED_QT_GUI = 'need_qt_gui' BLOCK_FLAG_NEED_WX_GUI = 'need_wx_gui' +BLOCK_FLAG_DEPRECATED = 'deprecated' # Block States BLOCK_DISABLED = 0 |