summaryrefslogtreecommitdiff
path: root/numpy/dft/info.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-07-12 06:39:51 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-07-12 06:39:51 +0000
commiteb9f5f70bcce4354130bbf68d69d645ccd1d147f (patch)
tree67bbe9d7839fbf98eb3675ecd6e0bdd0060a096b /numpy/dft/info.py
parent36d3c1616707659db3c0217688b4ccb5d7838ae1 (diff)
downloadnumpy-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.py1
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']