summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/examples/network/dial_tone_source.py
diff options
context:
space:
mode:
authorNathan West <nathan.west@okstate.edu>2013-07-26 09:52:28 -0400
committerTom Rondeau <tom@trondeau.com>2013-07-26 09:52:28 -0400
commit370d1a34dc70db7fd150d55f1a59f26d6db23fa4 (patch)
tree520a94fb185692c0cd8e3d97cd8b38e65fd90788 /gnuradio-runtime/examples/network/dial_tone_source.py
parent5432c985f911f4715456846425dbf84121842de8 (diff)
examples: Some of the examples were updated to use 3.7 API, but the new module namespaces were never imported.
Diffstat (limited to 'gnuradio-runtime/examples/network/dial_tone_source.py')
-rwxr-xr-xgnuradio-runtime/examples/network/dial_tone_source.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/examples/network/dial_tone_source.py b/gnuradio-runtime/examples/network/dial_tone_source.py
index 44f05dc83c..26064962dd 100755
--- a/gnuradio-runtime/examples/network/dial_tone_source.py
+++ b/gnuradio-runtime/examples/network/dial_tone_source.py
@@ -21,7 +21,6 @@
#
from gnuradio import gr
-from gnuradio import blocks
from gnuradio.eng_option import eng_option
from optparse import OptionParser
import sys