From a91336462fa381e6744240580c545b01537ddbec Mon Sep 17 00:00:00 2001 From: jblum Date: Wed, 17 Sep 2008 03:11:44 +0000 Subject: error message formatting git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9595 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/src/platforms/python/Constants.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/src/platforms/python') diff --git a/grc/src/platforms/python/Constants.py.in b/grc/src/platforms/python/Constants.py.in index 973304eba..199b24223 100644 --- a/grc/src/platforms/python/Constants.py.in +++ b/grc/src/platforms/python/Constants.py.in @@ -37,7 +37,7 @@ HIER_BLOCK_FILE_MODE = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP FLOW_GRAPH_TEMPLATE = os.path.join(DATA_DIR, 'flow_graph.tmpl') BLOCK_DTD = os.path.join(DATA_DIR, 'block.dtd') BLOCK_TREE = os.path.join(DATA_DIR, 'block_tree.xml') -DEFAULT_FLOW_GRAPH = os.path.join(DATA_DIR, 'default_flow_graph.grc.xml') +DEFAULT_FLOW_GRAPH = os.path.join(DATA_DIR, 'default_flow_graph.grc') #coloring COMPLEX_COLOR_SPEC = '#3399FF' -- cgit