##// END OF EJS Templates
a few fixes...
a few fixes - default back tom Mathjax2.0 - install to profile by default - fix in doc - fix bad return

File last commit:

r3692:7403bafc
r8507:24660dd6
Show More
__init__.py
9 lines | 259 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
try:
from _numpy_testing_noseclasses import KnownFailure
except ImportError:
pass