diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-08-21 18:39:10 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-08-22 21:25:16 -0400 |
commit | 4a60c41913d7ebddf666d24e288533b453ee41ae (patch) | |
tree | 3049d02ab73709e03ca7b18c6a9dfa5ce4dc38f8 /gr-fft/python/__init__.py | |
parent | 5f720e1beb27f7457f20555f8ce1bb8c34c27cbe (diff) |
core: fixing location of some components for the new hierarchy.
ctest and digital examples working again.
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 0fa643e35d..a532109b70 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 * |