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 93adec26be..3421d05331 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -20,6 +20,7 @@ DATA_DIR = os.path.dirname(__file__) 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') +DEFAULT_FLOW_GRAPH_ID = 'default' CACHE_FILE = os.path.expanduser('~/.cache/grc_gnuradio/cache_v2.json') |