summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/tunnel.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/digital/tunnel.py')
-rwxr-xr-xgnuradio-examples/python/digital/tunnel.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnuradio-examples/python/digital/tunnel.py b/gnuradio-examples/python/digital/tunnel.py
index 09bcd75dd..dd4bd3df6 100755
--- a/gnuradio-examples/python/digital/tunnel.py
+++ b/gnuradio-examples/python/digital/tunnel.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2005,2006 Free Software Foundation, Inc.
+# Copyright 2005,2006,2009 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -48,7 +48,6 @@ import os
# from current dir
from transmit_path import transmit_path
from receive_path import receive_path
-import fusb_options
#print os.getpid()
#raw_input('Attach and press enter')
@@ -202,8 +201,6 @@ def main():
for demod in demods.values():
demod.add_options(expert_grp)
- fusb_options.add_options(expert_grp)
-
(options, args) = parser.parse_args ()
if len(args) != 0:
parser.print_help(sys.stderr)