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/data/platforms/python/Makefile.am | 2 +- grc/data/platforms/python/default_flow_graph.grc | 43 ++++++++++++++++++++++ .../platforms/python/default_flow_graph.grc.xml | 43 ---------------------- 3 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 grc/data/platforms/python/default_flow_graph.grc delete mode 100644 grc/data/platforms/python/default_flow_graph.grc.xml (limited to 'grc/data/platforms') diff --git a/grc/data/platforms/python/Makefile.am b/grc/data/platforms/python/Makefile.am index 37ac87aa3..12e747faf 100644 --- a/grc/data/platforms/python/Makefile.am +++ b/grc/data/platforms/python/Makefile.am @@ -28,7 +28,7 @@ ourdatadir = $(grc_python_data_dir) ourdata_DATA = \ block.dtd \ block_tree.xml \ - default_flow_graph.grc.xml \ + default_flow_graph.grc \ flow_graph.tmpl EXTRA_DIST = $(ourdata_DATA) diff --git a/grc/data/platforms/python/default_flow_graph.grc b/grc/data/platforms/python/default_flow_graph.grc new file mode 100644 index 000000000..dea26f3a5 --- /dev/null +++ b/grc/data/platforms/python/default_flow_graph.grc @@ -0,0 +1,43 @@ + + + + + options + + id + top_block + + + _coordinate + (10, 10) + + + _rotation + 0 + + + + variable + + id + samp_rate + + + value + 32000 + + + _coordinate + (10, 170) + + + _rotation + 0 + + + diff --git a/grc/data/platforms/python/default_flow_graph.grc.xml b/grc/data/platforms/python/default_flow_graph.grc.xml deleted file mode 100644 index dea26f3a5..000000000 --- a/grc/data/platforms/python/default_flow_graph.grc.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - options - - id - top_block - - - _coordinate - (10, 10) - - - _rotation - 0 - - - - variable - - id - samp_rate - - - value - 32000 - - - _coordinate - (10, 170) - - - _rotation - 0 - - - -- cgit