diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-08-03 09:45:14 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-08-03 09:45:14 -0700 |
commit | 124c641c12c091368bf79c6fa612eded9de8e2f4 (patch) | |
tree | 14962dc9814712df2bf2708d4d83c8624f870156 /grc/core/Constants.py | |
parent | a6e3db2db0ac46b560820ecc8d8691c22fecb793 (diff) | |
parent | b18c00c327446c1c2c7431f304f60f7537564bea (diff) |
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
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 eeb1d7f848..61a44d0c78 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -27,6 +27,7 @@ FLOW_GRAPH_DTD = os.path.join(DATA_DIR, 'flow_graph.dtd') BLOCK_TREE_DTD = os.path.join(DATA_DIR, 'block_tree.dtd') BLOCK_DTD = os.path.join(DATA_DIR, 'block.dtd') DEFAULT_FLOW_GRAPH = os.path.join(DATA_DIR, 'default_flow_graph.grc') +DEFAULT_HIER_BLOCK_LIB_DIR = os.path.expanduser('~/.grc_gnuradio') DOMAIN_DTD = os.path.join(DATA_DIR, 'domain.dtd') # File format versions: |