Merged r5547:5542 from jcorgan/num into trunk. Converts from using Python Numeric...
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / blksimpl / d8psk.py
index 42839a0c35a0eb3c722896d4acc8f0784d9242bf..87cde7df5bea1f2cb571a7b900fecd0984af6327 100644 (file)
@@ -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)