summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fft/python/fft/__init__.py')
-rw-r--r--gr-fft/python/fft/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-fft/python/fft/__init__.py b/gr-fft/python/fft/__init__.py
index d4d2c964cb..bb370a333a 100644
--- a/gr-fft/python/fft/__init__.py
+++ b/gr-fft/python/fft/__init__.py
@@ -20,3 +20,6 @@ except ImportError:
dirname, filename = os.path.split(os.path.abspath(__file__))
__path__.append(os.path.join(dirname, "bindings"))
from .fft_python import *
+
+from .fft_vcc import fft_vcc
+from .fft_vfc import fft_vfc \ No newline at end of file