Skip to content

Commit

Permalink
removing scipy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
osh committed Jun 4, 2015
1 parent 89d0a8d commit 0550e9d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion python/file_message_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab,numpy,os
import pmt,pprint

Expand Down
1 change: 0 additions & 1 deletion python/meta_text_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy,pylab,pmt,pprint
from gnuradio import gr;
from scipy import signal
from PyQt4 import Qt, QtCore, QtGui

class meta_text_output(gr.sync_block, QtGui.QTextEdit):
Expand Down
1 change: 0 additions & 1 deletion python/plotter_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab

from PyQt4 import Qt, QtCore, QtGui
Expand Down
1 change: 0 additions & 1 deletion python/range_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab
import numpy
from PyQt4 import Qt, QtCore, QtGui
Expand Down
2 changes: 0 additions & 2 deletions python/raster_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab

from PyQt4 import Qt, QtCore, QtGui
import PyQt4.Qwt5 as Qwt
from PyQt4.Qwt5.anynumpy import *
import pmt,threading

# from scipy.pilutil
def bytescale(data, cmin=None, cmax=None, high=255, low=0):
if ((hasattr(data, 'dtype') and data.dtype.char == UInt8)
or (hasattr(data, 'typecode') and data.typecode == UInt8)
Expand Down
1 change: 0 additions & 1 deletion python/text_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab
import numpy
from PyQt4 import Qt, QtCore, QtGui
Expand Down
1 change: 0 additions & 1 deletion python/text_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab
import numpy
from PyQt4 import Qt, QtCore, QtGui
Expand Down
1 change: 0 additions & 1 deletion python/variable_text_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#
import numpy
from gnuradio import gr;
from scipy import signal
import pylab
import numpy
from PyQt4 import Qt, QtCore, QtGui
Expand Down

0 comments on commit 0550e9d

Please sign in to comment.