summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-12-22 16:03:36 -0600
committerxoviat <xoviat@users.noreply.github.com>2017-12-22 17:31:02 -0600
commit5d616b3cdee8a7800cacb475ff8eae7f4c6d9f12 (patch)
tree675caa2f495472bc8cc1d12a379a75515263e665
parent0f7a8b3dfbd9c99162074aeebc80981cfd3decbb (diff)
downloadpython-numpy-5d616b3cdee8a7800cacb475ff8eae7f4c6d9f12.tar.gz
python-numpy-5d616b3cdee8a7800cacb475ff8eae7f4c6d9f12.tar.bz2
python-numpy-5d616b3cdee8a7800cacb475ff8eae7f4c6d9f12.zip
DEP: restore noseclasses
-rw-r--r--numpy/testing/noseclasses.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
new file mode 100644
index 000000000..144c4e7e4
--- /dev/null
+++ b/numpy/testing/noseclasses.py
@@ -0,0 +1,5 @@
+"""
+Back compatibility noseclasses module. It will import the appropriate
+set of tools
+"""
+from .nose_tools.noseclasses import * \ No newline at end of file