summaryrefslogtreecommitdiff
path: root/gr-utils
diff options
context:
space:
mode:
authorJiří Pinkava <j-pi@seznam.cz>2016-06-26 13:04:42 +0200
committerJiří Pinkava <j-pi@seznam.cz>2016-06-29 01:11:56 +0200
commit1a16067126c14195727a14d415530619e58c88ca (patch)
tree2052a421b7f45a1d0b1f5ce16e4bcd15ea9e61f0 /gr-utils
parent6bffe36875b5d996ccaa774eef68b6b2bccc097c (diff)
utils: plot_data - remove unused import
Diffstat (limited to 'gr-utils')
-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):