|
From: | git |
Subject: | [Commit-gnuradio] [gnuradio] 26/43: grc: no shebang for hier blocks; use python2 |
Date: | Thu, 2 Apr 2015 19:15:51 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. jcorgan pushed a commit to branch master in repository gnuradio. commit c201a582ea5a9e3f3c541b88f10079906705a0ca Author: Sebastian Koslowski <address@hidden> Date: Thu Mar 19 16:38:40 2015 +0100 grc: no shebang for hier blocks; use python2 --- grc/python/flow_graph.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index 41ab67c..45d5d60 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 ##
[Prev in Thread] | Current Thread | [Next in Thread] |