summaryrefslogtreecommitdiff
path: root/numpy/dft/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/dft/__init__.py')
-rw-r--r--numpy/dft/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/dft/__init__.py b/numpy/dft/__init__.py
deleted file mode 100644
index 7c7ea4d72..000000000
--- a/numpy/dft/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The dft subpackage will be removed by 1.0 final -- it is now called fft")
-from numpy.fft import *
-del warnings