diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-07-07 19:34:47 -0600 |
---|---|---|
committer | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 17:30:49 -0600 |
commit | 159326f4ae62e5121142a76b79e20a226322ce77 (patch) | |
tree | 8bb6fb6376ef5dfca06b52912d9e34428b99f6ef /numpy/testing/noseclasses.py | |
parent | 2f4cc792492ed4acbe956e737daa7c1318e05ee7 (diff) | |
download | numpy-159326f4ae62e5121142a76b79e20a226322ce77.tar.gz |
MAINT: Remove noseclasses from user accessible modules.
The noseclasses module should not be imported by users.
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r-- | numpy/testing/noseclasses.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py deleted file mode 100644 index 563ed14ea..000000000 --- a/numpy/testing/noseclasses.py +++ /dev/null @@ -1,6 +0,0 @@ -""" -Back compatibility noseclasses module. It will import the appropriate -set of tools - -""" -from .nose_tools.noseclasses import * |