##// END OF EJS Templates
updates to docs and examples
updates to docs and examples

File last commit:

r3512:62cc379d
r3670:45e272d0
Show More
__init__.py
6 lines | 209 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
from _numpy_testing_noseclasses import KnownFailure