summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/usrp/fm_tx4.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/usrp/fm_tx4.py')
-rwxr-xr-xgnuradio-examples/python/usrp/fm_tx4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/usrp/fm_tx4.py b/gnuradio-examples/python/usrp/fm_tx4.py
index a9201b3f4..da887d8bf 100755
--- a/gnuradio-examples/python/usrp/fm_tx4.py
+++ b/gnuradio-examples/python/usrp/fm_tx4.py
@@ -18,7 +18,7 @@ from gnuradio import audio
from gnuradio import blks
from gnuradio.eng_option import eng_option
from optparse import OptionParser
-import usrp_dbid
+from usrpm import usrp_dbid
import math
import sys