From cb18c1c206145707b9d5c62cada32ff43f99ca3f Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Thu, 27 Dec 2012 12:51:20 -0500
Subject: filter: moved window around so it's available in both gr-fft and
 gr-filter.

---
 gr-fft/python/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-fft/python/__init__.py')

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 *
-- 
cgit v1.2.3