summaryrefslogtreecommitdiff
path: root/numpy/_import_tools.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-06-21 16:10:24 -0400
committerCharles Harris <charlesr.harris@gmail.com>2015-06-21 16:10:24 -0400
commite3b2bc0b0f31482cd112660393245116ae55ecbf (patch)
treef00cdd12d96cca0a694f46d4bf0ba60dc2cf1ebd /numpy/_import_tools.py
parent95b2c24820759397695ece5f512e930e7c1712cf (diff)
parenta27f56069fb883c44dd4986d15e751162d85b621 (diff)
downloadnumpy-e3b2bc0b0f31482cd112660393245116ae55ecbf.tar.gz
Merge pull request #5990 from charris/1.10-deprecated-removal
1.10 deprecated removal
Diffstat (limited to 'numpy/_import_tools.py')
-rw-r--r--numpy/_import_tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/_import_tools.py b/numpy/_import_tools.py
index 9b1942e8d..0d11d699c 100644
--- a/numpy/_import_tools.py
+++ b/numpy/_import_tools.py
@@ -164,6 +164,7 @@ class PackageLoader(object):
when True, don't load packages [default: False]
"""
+ # 2014-10-29, 1.10
warnings.warn('pkgload and PackageLoader are obsolete '
'and will be removed in a future version of numpy',
DeprecationWarning)