[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/02: qtgui: no longer have a need for num
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/02: qtgui: no longer have a need for numpy library |
Date: |
Wed, 8 Apr 2015 16:18:44 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit d8ffe561153bb0b8d79f028212de7a12c031a067
Author: Bill Clark <address@hidden>
Date: Wed Apr 8 12:05:17 2015 -0400
qtgui: no longer have a need for numpy library
---
gr-qtgui/python/qtgui/range.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/gr-qtgui/python/qtgui/range.py b/gr-qtgui/python/qtgui/range.py
index dd6c9b9..e66a660 100755
--- a/gr-qtgui/python/qtgui/range.py
+++ b/gr-qtgui/python/qtgui/range.py
@@ -22,7 +22,6 @@
#
from PyQt4 import Qt, QtCore, QtGui
-import numpy
class Range(object):
def __init__(self, minv, maxv, step, default, min_length):