aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-02-15 20:15:43 +0100
committerSylvain Munaut <tnt@246tNt.com>2015-10-25 21:41:22 +0100
commit484be3ccaaa1782d74b39efcdcd481791f45dc5c (patch)
treea5a3c0e2435b84a5762506eb9861b78f5eb15ddb
parent38c79bca9cc8d91e11f002072b12f6cb5c86075c (diff)
gr-fosphor: Remove shebang from wx_sink_c.py
Since this is not actually executable, don't need it and it apparently creates some warning when making RPM packages ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--python/wx_sink_c.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/wx_sink_c.py b/python/wx_sink_c.py
index 461f7f7..1214228 100644
--- a/python/wx_sink_c.py
+++ b/python/wx_sink_c.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2013-2014 Sylvain Munaut <tnt@246tNt.com>