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

"""
import warnings

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

from ._private.decorators import *