##// END OF EJS Templates
some updates to WN
some updates to WN

File last commit:

r25029:e1b53e9e
r25119:38b5fb81
Show More
__init__.py
8 lines | 247 B | text/x-python | PythonLexer
try:
from numpy.testing.noseclasses import KnownFailure, knownfailureif
except ImportError:
from ._decorators import knownfailureif
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass