summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
blob: 9431fc6f177d4afbb3ce2f0c828e365ee8cc7aab (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
Back compatibility noseclasses module. It will import the appropriate
set of tools
"""
import warnings

warnings.warn(ImportWarning,
    "Import from numpy.testing, not numpy.testing.noseclasses")

from ._private.noseclasses import *