diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 08:20:32 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 08:20:32 -0600 |
commit | 45761e6a15ce7d72391281819a123dc625611a8a (patch) | |
tree | f88722143e2f469a2fd9eddefc1e8930ed696ab2 /numpy/testing/__init__.py | |
parent | b2b33470c8e2cce340a2d29abdf0dab7c7770e2d (diff) | |
download | numpy-45761e6a15ce7d72391281819a123dc625611a8a.tar.gz |
MAINT: Remove deprecated importall.
The importall function was the only function in the numpytest.py
file, so remove the whole file.
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r-- | numpy/testing/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py index aad448c96..258cbe928 100644 --- a/numpy/testing/__init__.py +++ b/numpy/testing/__init__.py @@ -11,7 +11,6 @@ from unittest import TestCase from . import decorators as dec from .utils import * -from .numpytest import importall # remove for numpy 1.9.0 from .nosetester import NoseTester as Tester from .nosetester import run_module_suite test = Tester().test |