##// END OF EJS Templates
minor reflow of tree header...
minor reflow of tree header - remove absolutely positioned text (absolute text doesn't wrap correctly) - associate hidden upload directly with 'click here' via span - remove column split, rely on regular reflow

File last commit:

r13347:54891794
r19269:c2b5bb71
Show More
__init__.py
9 lines | 261 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