]> git.gag.com Git - debian/gnuradio/blobdiff - gnuradio-core/src/python/gnuradio/blksimpl/ofdm_pkt.py
Merged r5547:5542 from jcorgan/num into trunk. Converts from using Python Numeric...
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / blksimpl / ofdm_pkt.py
index d72bc14a78f4cd969933b391562ee7c444ffb5f6..355455da187cf1716529958c3b8bb5c752f51b02 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
 # 
@@ -20,8 +20,6 @@
 # 
 
 from math import pi
-import Numeric
-
 from gnuradio import gr, ofdm_packet_utils
 import gnuradio.gr.gr_threading as _threading