diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-08-23 19:54:41 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-08-26 13:14:21 +0200 |
commit | 4abbcf925525035414f03af5366e2eddd49e85f7 (patch) | |
tree | 360b58bbc639638a56f54b380f81e948a209e646 /grc/base/Constants.py | |
parent | a8c8af1d032f5622168c3b2636800f1e6647267b (diff) |
grc: moving xml pi into nested data
Diffstat (limited to 'grc/base/Constants.py')
-rw-r--r-- | grc/base/Constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/base/Constants.py b/grc/base/Constants.py index e5026d9da7..73f92937cf 100644 --- a/grc/base/Constants.py +++ b/grc/base/Constants.py @@ -23,6 +23,7 @@ import os DATA_DIR = os.path.dirname(__file__) FLOW_GRAPH_DTD = os.path.join(DATA_DIR, 'flow_graph.dtd') BLOCK_TREE_DTD = os.path.join(DATA_DIR, 'block_tree.dtd') +FLOW_GRAPH_FILE_FORMAT_VERSION = 0 # Param tabs DEFAULT_PARAM_TAB = "General" |