diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-11-06 10:28:38 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-11-06 10:28:38 -0800 |
commit | 5f724cfd76ad52288db91b535b4366c176717d29 (patch) | |
tree | 7404cfc11c1493a022d6755104e5d8c9829adea0 /gr-fft/python/fft/__init__.py | |
parent | ab255b39990e559d5e92ff08b1c23e4e4faa11b6 (diff) | |
parent | 10be863fab34d9d2ca8a080b623e48f4cac0df48 (diff) |
Merge remote-tracking branch 'tom/windows'
Diffstat (limited to 'gr-fft/python/fft/__init__.py')
-rw-r--r-- | gr-fft/python/fft/__init__.py | 2 |
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 * |