summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/__init__.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-11-06 10:28:38 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2013-11-06 10:28:38 -0800
commit5f724cfd76ad52288db91b535b4366c176717d29 (patch)
tree7404cfc11c1493a022d6755104e5d8c9829adea0 /gr-fft/python/fft/__init__.py
parentab255b39990e559d5e92ff08b1c23e4e4faa11b6 (diff)
parent10be863fab34d9d2ca8a080b623e48f4cac0df48 (diff)
Merge remote-tracking branch 'tom/windows'
Diffstat (limited to 'gr-fft/python/fft/__init__.py')
-rw-r--r--gr-fft/python/fft/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-fft/python/fft/__init__.py b/gr-fft/python/fft/__init__.py
index e0803cbf38..1864353ed1 100644
--- a/gr-fft/python/fft/__init__.py
+++ b/gr-fft/python/fft/__init__.py
@@ -30,5 +30,3 @@ except ImportError:
dirname, filename = os.path.split(os.path.abspath(__file__))
__path__.append(os.path.join(dirname, "..", "..", "swig"))
from fft_swig import *
-
-from window import *