From 224434889bf564a4456011180c62a58e0ca55c8f Mon Sep 17 00:00:00 2001 From: eb Date: Wed, 7 Mar 2007 01:43:43 +0000 Subject: Merged eb/usrp-install r4723:4727 into trunk. This moves usrp related .py files from the top-level of site-packages into site-packages/usrpm. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4728 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py') diff --git a/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py b/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py index b03f0944f..1d4fb3370 100755 --- a/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py +++ b/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py @@ -8,7 +8,7 @@ from gnuradio.eng_option import eng_option from gnuradio.wxgui import slider, powermate from gnuradio.wxgui import stdgui, fftsink, form, scopesink from optparse import OptionParser -import usrp_dbid +from usrpm import usrp_dbid import sys import math import wx -- cgit