summaryrefslogtreecommitdiff
path: root/gr-fft/python/__init__.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-08-21 18:39:10 -0400
committerTom Rondeau <trondeau@vt.edu>2012-08-22 21:25:16 -0400
commit4a60c41913d7ebddf666d24e288533b453ee41ae (patch)
tree3049d02ab73709e03ca7b18c6a9dfa5ce4dc38f8 /gr-fft/python/__init__.py
parent5f720e1beb27f7457f20555f8ce1bb8c34c27cbe (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__.py2
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 *