##// END OF EJS Templates
Ensure Cache-Control is set once and only once...
Ensure Cache-Control is set once and only once Whether browsers should pick the first or last instance of a duped header is ill defined

File last commit:

r13347:54891794
r20632:6d19e081
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