summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-09-20 00:10:42 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-09-20 00:10:42 +0000
commit1f0508e85e320c486e88bbca329a70bcd467cdc1 (patch)
treeb9aab0466ca44945ef186d677df2cce855cf447d /numpy/lib
parentb8d9549bdd7d8492108d655a17513a03600a80b0 (diff)
downloadnumpy-1f0508e85e320c486e88bbca329a70bcd467cdc1.tar.gz
Remove UserArray.py and dft sub-package.
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/UserArray.py3
1 files changed, 0 insertions, 3 deletions
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')