diff options
author | eb | 2008-06-23 17:45:33 +0000 |
---|---|---|
committer | eb | 2008-06-23 17:45:33 +0000 |
commit | 8c689672c2ad1c0991973115cb53f702492ad767 (patch) | |
tree | 472031065609201c81a9b45963fa4f0bc3641e7f | |
parent | c1ff40ad50fd29ff64c8c3991d7b5f69b43c661d (diff) | |
download | gnuradio-8c689672c2ad1c0991973115cb53f702492ad767.tar.gz gnuradio-8c689672c2ad1c0991973115cb53f702492ad767.tar.bz2 gnuradio-8c689672c2ad1c0991973115cb53f702492ad767.zip |
removed old, left over import
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8661 221aa14e-8319-0410-a670-987f0aec2ac5
-rwxr-xr-x | gr-pager/src/usrp_flex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-pager/src/usrp_flex.py b/gr-pager/src/usrp_flex.py index 31d6d1dce..f636030e9 100755 --- a/gr-pager/src/usrp_flex.py +++ b/gr-pager/src/usrp_flex.py @@ -21,7 +21,7 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr, gru, usrp, optfir, eng_notation, blks, pager +from gnuradio import gr, gru, usrp, optfir, eng_notation, pager from gnuradio.eng_option import eng_option from optparse import OptionParser import time, os, sys |