diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-08-25 01:17:54 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-11-02 22:15:53 +0100 |
commit | 990de8eed1bf7d4d1a7e9e453b32906ca2860949 (patch) | |
tree | b2724d8d8b62be4e18e7c88bf8cdf4a6bdbd13f6 /gr-qtgui/apps/gr_spectrogram_plot_c | |
parent | e09f8187d61d6d5b6079187484424efe15b22f49 (diff) |
remove completely unused scipy from qtgui apps
Diffstat (limited to 'gr-qtgui/apps/gr_spectrogram_plot_c')
-rwxr-xr-x | gr-qtgui/apps/gr_spectrogram_plot_c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-qtgui/apps/gr_spectrogram_plot_c b/gr-qtgui/apps/gr_spectrogram_plot_c index a2e63d0113..fbb2e7f53a 100755 --- a/gr-qtgui/apps/gr_spectrogram_plot_c +++ b/gr-qtgui/apps/gr_spectrogram_plot_c @@ -23,7 +23,6 @@ from gnuradio import gr from gnuradio import blocks from gnuradio import filter -import scipy try: import gnuradio.qtgui.plot_spectrogram_base as plot_base |