summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/plot_data.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-08-01 14:49:18 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-08-01 14:49:18 -0700
commit1cdda44be516afd4197e1adda72bf2b2391a1955 (patch)
treea64d47ba9430fc5de93e6258376f90742350ae41 /gr-utils/python/utils/plot_data.py
parentedbcd297b252c3ee9fc5544cbe12115f45c727a7 (diff)
parent4ac5869570075668c0c42b4473411c5e673db0d7 (diff)
Merge remote-tracking branch 'pinkavaj/argparse-filter-01' into next
Diffstat (limited to 'gr-utils/python/utils/plot_data.py')
-rw-r--r--gr-utils/python/utils/plot_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-utils/python/utils/plot_data.py b/gr-utils/python/utils/plot_data.py
index 2ae3b1d5b3..7d80c714fe 100644
--- a/gr-utils/python/utils/plot_data.py
+++ b/gr-utils/python/utils/plot_data.py
@@ -34,7 +34,6 @@ except ImportError:
print "Please install Matplotlib to run this script (http://matplotlib.sourceforge.net/)"
raise SystemExit, 1
-from optparse import OptionParser
class plot_data:
def __init__(self, datatype, filenames, options):