diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-03-19 16:38:40 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-04-02 09:20:25 +0200 |
commit | c201a582ea5a9e3f3c541b88f10079906705a0ca (patch) | |
tree | 5957f554eba9222815066577019388499baa1d59 /grc/python | |
parent | bcdcfd8b8f6bc17129e28a36d2c034e29ccbcf00 (diff) |
grc: no shebang for hier blocks; use python2
Diffstat (limited to 'grc/python')
-rw-r--r-- | grc/python/flow_graph.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index 41ab67ce5a..45d5d608b9 100644 --- a/grc/python/flow_graph.tmpl +++ b/grc/python/flow_graph.tmpl @@ -1,4 +1,6 @@ -#!/usr/bin/env python +#if $generate_options != 'hb' +#!/usr/bin/env python2 +#end if ######################################################## ##Cheetah template - gnuradio_python ## |