diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-08-01 14:49:18 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-08-01 14:49:18 -0700 |
commit | 1cdda44be516afd4197e1adda72bf2b2391a1955 (patch) | |
tree | a64d47ba9430fc5de93e6258376f90742350ae41 /gr-qtgui/apps/plot_base.py | |
parent | edbcd297b252c3ee9fc5544cbe12115f45c727a7 (diff) | |
parent | 4ac5869570075668c0c42b4473411c5e673db0d7 (diff) |
Merge remote-tracking branch 'pinkavaj/argparse-filter-01' into next
Diffstat (limited to 'gr-qtgui/apps/plot_base.py')
-rw-r--r-- | gr-qtgui/apps/plot_base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-qtgui/apps/plot_base.py b/gr-qtgui/apps/plot_base.py index eaab7599c7..7a039e2135 100644 --- a/gr-qtgui/apps/plot_base.py +++ b/gr-qtgui/apps/plot_base.py @@ -21,8 +21,6 @@ # from gnuradio import gr, blocks -from gnuradio.eng_option import eng_option -from optparse import OptionParser import os, sys os.environ['GR_CONF_CONTROLPORT_ON'] = 'False' |