##// END OF EJS Templates
back to development
back to development

File last commit:

r24869:a252070e
r25017:f14271fe
Show More
__init__.py
10 lines | 284 B | text/x-python | PythonLexer
try:
from numpy.testing import *
from numpy.testing import dec
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from ._decorators import *
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass