summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-05-06 08:20:32 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-05-06 08:20:32 -0600
commit45761e6a15ce7d72391281819a123dc625611a8a (patch)
treef88722143e2f469a2fd9eddefc1e8930ed696ab2 /numpy/testing/__init__.py
parentb2b33470c8e2cce340a2d29abdf0dab7c7770e2d (diff)
downloadnumpy-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__.py1
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