summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/dft/__init__.py4
-rw-r--r--numpy/lib/UserArray.py3
2 files changed, 0 insertions, 7 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
diff --git a/numpy/lib/UserArray.py b/numpy/lib/UserArray.py
deleted file mode 100644
index 88da4952c..000000000
--- a/numpy/lib/UserArray.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from user_array import container as UserArray
-import warnings
-warnings.warn('UserArray.UserArray will be removed by 1.0final use user_array.container')