diff options
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py b/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py index 42839a0c35..87cde7df5b 100644 --- a/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py +++ b/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py @@ -1,5 +1,5 @@ # -# Copyright 2005,2006 Free Software Foundation, Inc. +# Copyright 2005,2006,2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -29,7 +29,6 @@ from gnuradio import gr, gru, modulation_utils from math import pi, sqrt import psk import cmath -import Numeric from pprint import pprint # default values (used in __init__ and add_options) |