diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-12 06:39:51 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-12 06:39:51 +0000 |
commit | eb9f5f70bcce4354130bbf68d69d645ccd1d147f (patch) | |
tree | 67bbe9d7839fbf98eb3675ecd6e0bdd0060a096b /numpy/dft/info.py | |
parent | 36d3c1616707659db3c0217688b4ccb5d7838ae1 (diff) | |
download | numpy-eb9f5f70bcce4354130bbf68d69d645ccd1d147f.tar.gz |
Remove global symbols from numpy. Remove use of replacetypechars in convertcode.
Diffstat (limited to 'numpy/dft/info.py')
-rw-r--r-- | numpy/dft/info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/dft/info.py b/numpy/dft/info.py index 8b81b8669..4aa9b7d2c 100644 --- a/numpy/dft/info.py +++ b/numpy/dft/info.py @@ -27,4 +27,3 @@ Core FFT routines """ depends = ['core'] -global_symbols = ['fft','ifft'] |