commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/05: gr-perf-monitorx: Remove unused PyQw


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/05: gr-perf-monitorx: Remove unused PyQwt import.
Date: Fri, 28 Oct 2016 18:55:44 +0000 (UTC)

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

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 576aced4b02988368de02eb1668ef3535dca2a80
Author: Philip Balister <address@hidden>
Date:   Tue Oct 25 14:37:17 2016 -0400

    gr-perf-monitorx: Remove unused PyQwt import.
    
    Reported-by: Kyle Unice <address@hidden>
    Signed-off-by: Philip Balister <address@hidden>
---
 gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx 
b/gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
index cf67584..15a2153 100644
--- a/gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
+++ b/gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
@@ -46,7 +46,7 @@ except ImportError:
        "Please check that they are installed and try again."
     sys.exit(1)
 
-from PyQt4 import QtCore,Qt,Qwt5
+from PyQt4 import QtCore,Qt
 import PyQt4.QtGui as QtGui
 import itertools
 



reply via email to

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