summaryrefslogtreecommitdiff
path: root/grc/base/Constants.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2014-12-05 10:24:08 +0100
committerSebastian Koslowski <koslowski@kit.edu>2014-12-05 10:24:08 +0100
commiteb40a41ec28d5f8320d9c0abcb7a2aa2602b9872 (patch)
tree2a5b96dec2b1ffa3f6f04c7c15ed96df1d24418c /grc/base/Constants.py
parent9372ec7daf7856de7c0e1fe782836a5c722c1473 (diff)
grc: add gr_message domain
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