From 9e625c4821f4c63421b3d3747c0c4f358fef6c5f Mon Sep 17 00:00:00 2001 From: Douglas Anderson <danderson@ntia.doc.gov> Date: Sun, 12 Feb 2017 15:52:19 -0800 Subject: python3: update non-GRC components to use python2 or python3 --- gr-fft/python/fft/qa_fft.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 gr-fft/python/fft/qa_fft.py (limited to 'gr-fft/python/fft/qa_fft.py') diff --git a/gr-fft/python/fft/qa_fft.py b/gr-fft/python/fft/qa_fft.py old mode 100755 new mode 100644 index db3ca7778d..b1c44f2809 --- a/gr-fft/python/fft/qa_fft.py +++ b/gr-fft/python/fft/qa_fft.py @@ -19,6 +19,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # +from __future__ import division + from gnuradio import gr, gr_unittest, fft, blocks # Note: Octave code to verify these results: -- cgit v1.2.3