summaryrefslogtreecommitdiff
path: root/grc/python/flow_graph.tmpl
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-25 12:27:29 -0700
committerJohnathan Corgan2009-09-25 12:27:29 -0700
commit5d1ce94095bd2120a2fd2df087aae45085f53989 (patch)
treea4ec01ea3abe30d6d150cfe54409f7684590a487 /grc/python/flow_graph.tmpl
parent06281feea16143ca97a77348f72e1c6dd0616c57 (diff)
downloadgnuradio-5d1ce94095bd2120a2fd2df087aae45085f53989.tar.gz
gnuradio-5d1ce94095bd2120a2fd2df087aae45085f53989.tar.bz2
gnuradio-5d1ce94095bd2120a2fd2df087aae45085f53989.zip
Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"
This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57.
Diffstat (limited to 'grc/python/flow_graph.tmpl')
-rw-r--r--grc/python/flow_graph.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl
index 31d99a61c..dce4037d5 100644
--- a/grc/python/flow_graph.tmpl
+++ b/grc/python/flow_graph.tmpl
@@ -233,14 +233,9 @@ if __name__ == '__main__':
#if $generate_options == 'wx_gui'
tb.Run($flow_graph.get_option('run'))
#elif $generate_options == 'no_gui'
- #set $run_options = $flow_graph.get_option('run_options')
- #if $run_options == 'prompt'
tb.start()
raw_input('Press Enter to quit: ')
tb.stop()
- #elif $run_options == 'run'
- tb.run()
- #end if
#end if
#end if