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

"""
import os

from .nose_tools.decorators import *