diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-27 12:51:20 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-27 12:51:20 -0500 |
commit | cb18c1c206145707b9d5c62cada32ff43f99ca3f (patch) | |
tree | af3f7a2ff0d08e380da1596b7332ac65529bb58e /gr-fft/python/__init__.py | |
parent | fa06337ac128609532f904f74c6bdc75fee0e053 (diff) |
filter: moved window around so it's available in both gr-fft and gr-filter.
Diffstat (limited to 'gr-fft/python/__init__.py')
-rw-r--r-- | gr-fft/python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/python/__init__.py b/gr-fft/python/__init__.py index a532109b70..093cc3c696 100644 --- a/gr-fft/python/__init__.py +++ b/gr-fft/python/__init__.py @@ -25,4 +25,4 @@ processing blocks for FFT and related functions. ''' from fft_swig import * -from logpwrfft import * +from window import * |