summaryrefslogtreecommitdiff
path: root/grc/base/Constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/base/Constants.py')
-rw-r--r--grc/base/Constants.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/base/Constants.py b/grc/base/Constants.py
index 15f72ad09b..efae0ecbb5 100644
--- a/grc/base/Constants.py
+++ b/grc/base/Constants.py
@@ -34,5 +34,7 @@ DEFAULT_PARAM_TAB = "General"
ADVANCED_PARAM_TAB = "Advanced"
# Port domains
-DEFAULT_DOMAIN ="gr_stream"
DOMAIN_DTD = os.path.join(DATA_DIR, 'domain.dtd')
+GR_STREAM_DOMAIN = "gr_stream"
+GR_MESSAGE_DOMAIN = "gr_message"
+DEFAULT_DOMAIN = GR_STREAM_DOMAIN