commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 05/13: utils: plot_data - remove unused imp


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/13: utils: plot_data - remove unused import
Date: Mon, 1 Aug 2016 21:58:58 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 1a16067126c14195727a14d415530619e58c88ca
Author: Jiří Pinkava <address@hidden>
Date:   Sun Jun 26 13:04:42 2016 +0200

    utils: plot_data - remove unused import
---
 gr-utils/python/utils/plot_data.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gr-utils/python/utils/plot_data.py 
b/gr-utils/python/utils/plot_data.py
index 2ae3b1d..7d80c71 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):



reply via email to

[Prev in Thread] Current Thread [Next in Thread]